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" {>= "4.04.2"} 20 "jbuilder" {>="1.0+beta10"} 21 "mirage-device" {>= "1.0.0" & < "2.0.0"} 22 "fmt" 23] 24synopsis: "Network signatures for MirageOS" 25description: """\ 26 27mirage-net defines [Mirage_net.S][1] the signature for 28network operations for MirageOS. 29 30[1]: https://mirage.github.io/mirage-net/Mirage_net.S.html 31 32### Installation 33 34`mirage-net` can be installed with `opam`: 35 36 opam install mirage-net 37 38If you don't use `opam` consult the [`opam`](opam) file for build 39instructions. 40 41### Documentation 42 43The documentation and API reference is automatically generated by 44`ocamldoc` from the interfaces. It can be consulted [online][2]. 45 46[2]: https://mirage.github.io/mirage-net/Mirage_net.html""" 47url { 48 src: 49 "https://github.com/mirage/mirage-net/releases/download/v1.2.0/mirage-net-1.2.0.tbz" 50 checksum: [ 51 "sha256=5e75a9424ac0284165208a3a69815d4de0ad5398fad37329233ac35292b664ae" 52 "md5=b034a75fd5c9a4c0f3d3e1937e1664d4" 53 ] 54}