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