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 ["dune" "subst"] {dev} 15 ["dune" "build" "-p" name "-j" jobs] 16] 17 18depends: [ 19 "ocaml" {>= "4.08.0"} 20 "dune" {>= "1.0"} 21 "fmt" 22 "macaddr" {>= "4.0.0"} 23 "cstruct" {>= "4.0.0"} 24 "lwt" {>= "4.0.0"} 25] 26synopsis: "Network signatures for MirageOS" 27description: """ 28mirage-net defines `Mirage_net.S`, the signature for network operations for MirageOS. 29""" 30url { 31 src: 32 "https://github.com/mirage/mirage-net/releases/download/v4.0.0/mirage-net-v4.0.0.tbz" 33 checksum: [ 34 "sha256=668effd187b81a0ab32450870c15dbb89ff911397ff338a8951807e250e194ce" 35 "sha512=52064dc704ebd0d305fd234b6d89fc313d5a80016d8875ef93212a1962ad8b1f332f7b0338244afbb2d2f207a28d476e7d7639be9dc607d95145afee7fccc483" 36 ] 37} 38x-commit-hash: "f440f203ed2d1653f11d6c0b184dbbdfb94ef723" 39x-maintenance-intent: [ "(latest)" ]