this repo has no description
1opam-version: "2.0"
2maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
3authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
4 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
5 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
6homepage: "https://mirage.io/"
7bug-reports: "https://github.com/mirage/mirage/issues/"
8dev-repo: "git+https://github.com/mirage/mirage.git"
9tags: ["org:mirage" "org:xapi-project"]
10doc: "https://mirage.github.io/mirage/"
11
12build: [
13 ["jbuilder" "subst" "-p" name] {dev}
14 ["jbuilder" "build" "-p" name "-j" jobs]
15]
16
17depends: [
18 "ocaml" {>= "4.02.3"}
19 "jbuilder" {>= "1.0+beta10"}
20 "ipaddr" {>= "2.6.0" & < "3.0.0"}
21 "functoria-runtime" {>= "2.0.0" & < "4.0"}
22 "fmt"
23 "astring"
24 "logs"
25]
26synopsis:
27 "A bundle of useful runtime functions for applications built with Mirage"
28url {
29 src:
30 "https://github.com/mirage/mirage/releases/download/3.0.5/mirage-3.0.5.tbz"
31 checksum: [
32 "sha256=b7347fb248561acf96e79e0c18ede618b3f3715542a0ec3e563782a60e366fc2"
33 "md5=ed9854a99c77aee3bdcdf0915905fd46"
34 ]
35}