forked from mirage/mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mirage-types.opam
28 lines (28 loc) · 1.03 KB
/
mirage-types.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "1.2"
maintainer: ["[email protected]" "[email protected]"]
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
homepage: "https://mirage.io/"
bug-reports: "https://github.com/mirage/mirage/issues/"
dev-repo: "https://github.com/mirage/mirage.git"
tags: ["org:mirage" "org:xapi-project"]
build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"]
depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.8.0"}
"mirage-device" {>= "1.0.0"}
"mirage-time" {>= "1.0.0"}
"mirage-clock" {>= "1.2.0"}
"mirage-random" {>= "1.0.0"}
"mirage-flow" {>= "1.2.0"}
"mirage-console" {>= "2.2.0"}
"mirage-protocols" {>= "1.0.0"}
"mirage-stack" {>= "1.0.0"}
"mirage-block" {>= "1.0.0"}
"mirage-net" {>= "1.0.0"}
"mirage-fs" {>= "1.0.0"}
"mirage-kv" {>= "1.0.0"}
"mirage-channel" {>= "3.0.0"}
]