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" 14 "--pkg-name" "%{name}%" "--pinned" "%{pinned}%"] 15 16depends: [ 17 "ocaml" 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20 "topkg" {build & >= "0.8.0"} 21 "mirage-net" {= "1.0.0"} 22 "lwt" 23 "ipaddr" {>= "1.0.0" & < "3.0.0"} 24 "cstruct" 25 "io-page" 26] 27synopsis: "MirageOS TCP/IP networking library" 28url { 29 src: 30 "https://github.com/mirage/mirage-net/releases/download/1.0.0/mirage-net-lwt-1.0.0.tbz" 31 checksum: [ 32 "sha256=0ed54768479dd6fd81ecf8ff29cf8c3e3eaa8d83faa8dd670d0d9eab44f87579" 33 "md5=b448fe8dd79dffa152ea90add492cd69" 34 ] 35} 36flags: deprecated 37post-messages: [ "mirage-net-lwt is deprecated, and has been folded into mirage-net" ]