this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-net"
4bug-reports: "https://github.com/mirage/mirage-net/issues"
5dev-repo: "git+https://github.com/mirage/mirage-net.git"
6doc: "https://mirage.github.io/mirage-net/"
7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
10tags: [ "org:mirage"]
11license: "ISC"
12
13build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
14
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "topkg" {build & >= "0.8.0"}
20 "mirage-device" {>= "1.0.0" & < "2.0.0"}
21 "result"
22]
23synopsis: "MirageOS TCP/IP networking library"
24url {
25 src:
26 "https://github.com/mirage/mirage-net/releases/download/1.0.0/mirage-net-1.0.0.tbz"
27 checksum: [
28 "sha256=034adc3a4f8b7d39a5ef764bae3c71007be4156126249187bebad65c8e0b25ab"
29 "md5=88a3c848b5e7a16973c4161bb304aa52"
30 ]
31}