forked from mirage/mirage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mirage.opam
32 lines (30 loc) · 987 Bytes
/
mirage.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
32
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://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"]
doc: "https://mirage.github.io/mirage/"
build: [
["jbuilder" "subst"]{pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >= "1.0+beta10"}
"ipaddr" {>= "2.6.0"}
"functoria" {>= "2.2.0"}
"bos"
"astring"
"logs"
"mirage-runtime" {>= "3.0.0"}
]
conflicts: [
"nocrypto" {< "0.4.0"}
"cstruct" {< "1.0.1"}
"io-page" {< "1.4.0"}
"crunch" {< "1.2.2"}
]
available: [ocaml-version >= "4.04.2"]