this repo has no description
1opam-version: "2.0" 2maintainer: "martin@lucina.net" 3homepage: "https://github.com/mirage/mirage-net-solo5" 4bug-reports: "https://github.com/mirage/mirage-net-solo5/issues" 5dev-repo: "git+https://github.com/mirage/mirage-net-solo5.git" 6doc: "https://mirage.github.io/mirage-net-solo5/" 7license: "ISC" 8authors: [ 9 "Anil Madhavapeddy <anil@recoil.org>" 10 "Dan Williams <djwillia@us.ibm.com>" 11 "Martin Lucina <martin@lucina.net>" 12] 13tags: [ 14 "org:mirage" 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19 ["dune" "runtest" "-p" name] {with-test} 20] 21depends: [ 22 "dune" 23 "cstruct" {>= "1.0.1"} 24 "lwt" {>= "2.4.3"} 25 "mirage-net-lwt" {>= "2.0.0"} 26 "macaddr" { >= "4.0.0"} 27 "mirage-solo5" {>= "0.5.0" & < "0.6.0"} 28 "logs" {>= "0.6.0"} 29 "fmt" 30] 31synopsis: "Solo5 implementation of MirageOS network interface" 32description: 33 "This library implements the MirageOS network interface for Solo5 targets." 34url { 35 src: 36 "https://github.com/mirage/mirage-net-solo5/releases/download/v0.4.3/mirage-net-solo5-v0.4.3.tbz" 37 checksum: [ 38 "sha256=f3e571078729802766315dba3dd3f663578d76e9cf8bfcaa9ec41d05bb77657a" 39 "sha512=e66109798faae1237d9de70e977c6032f553cc1341a7647b8ae99da9232018c053df6af3a41eed81ba968cd650378c57bfb95b1a9625bd28e0d1733085bd69e1" 40 ] 41}