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.04.2"}
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.7/mirage-3.0.7.tbz"
31 checksum: [
32 "sha256=f2fc94f0a36799c57be741b2e58e621f39b2315d522fbdfc028f3f5d6d731e87"
33 "md5=37def6de00392f02729c7cb2a7d5a722"
34 ]
35}