forked from mirage/mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmirage-types-lwt.opam
31 lines (30 loc) · 995 Bytes
/
mirage-types-lwt.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
29
30
31
opam-version: "1.2"
maintainer: ["[email protected]" "[email protected]"]
authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage"
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: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.8.0"}
"lwt"
"cstruct" {>="1.4.0"}
"io-page" {>="1.4.0"}
"ipaddr"
"mirage-types" {>= "3.0.0"}
"mirage-clock-lwt" {>= "1.2.0"}
"mirage-time-lwt" {>= "1.0.0"}
"mirage-random" {>= "1.0.0"}
"mirage-flow-lwt" {>= "1.2.0"}
"mirage-protocols-lwt" {>= "1.0.0"}
"mirage-stack-lwt" {>= "1.0.0"}
"mirage-console-lwt" {>= "1.2.0"}
"mirage-block-lwt" {>= "1.0.0"}
"mirage-net-lwt" {>= "1.0.0"}
"mirage-fs-lwt" {>= "1.0.0"}
"mirage-kv-lwt" {>= "1.0.0"}
"mirage-channel-lwt" {>= "3.0.0"}
]