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: [ 14 ["jbuilder" "subst" "-p" name] {dev} 15 ["jbuilder" "build" "-p" name "-j" jobs] 16] 17 18depends: [ 19 "ocaml" 20 "jbuilder" {>= "1.0+beta7"} 21 "topkg" {build & >= "0.8.0"} 22 "mirage-net" {>= "1.0.0" & < "2.0.0"} 23 "lwt" 24 "ipaddr" {>= "1.0.0" & < "3.0.0"} 25 "cstruct" 26 "io-page" 27 "result" 28] 29synopsis: "MirageOS TCP/IP networking library" 30url { 31 src: 32 "https://github.com/mirage/mirage-net/releases/download/v1.1.0/mirage-net-1.1.0.tbz" 33 checksum: [ 34 "sha256=c4b7be75cf11810abac7c84aee5cd46c5a65743e91d70ad3ace186af68315ff0" 35 "md5=76b10d355dc2e87ff2d19d1ae40c5d9b" 36 ] 37} 38flags: deprecated 39post-messages: [ "mirage-net-lwt is deprecated, and has been folded into mirage-net" ]