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 "ocaml" {>= "4.06.0"} 23 "dune" 24 "cstruct" {>= "1.0.1"} 25 "lwt" {>= "2.4.3"} 26 "mirage-net" {>= "3.0.0"} 27 "macaddr" { >= "4.0.0"} 28 "mirage-solo5" {>= "0.6.0" & < "0.7.0"} 29 "logs" {>= "0.6.0"} 30 "metrics" 31 "fmt" 32] 33synopsis: "Solo5 implementation of MirageOS network interface" 34description: 35 "This library implements the MirageOS network interface for Solo5 targets." 36x-commit-hash: "2e7fed8f67063df65b69a31fb987e8d2947426eb" 37url { 38 src: 39 "https://github.com/mirage/mirage-net-solo5/releases/download/v0.6.2/mirage-net-solo5-v0.6.2.tbz" 40 checksum: [ 41 "sha256=a16b6fdf2ce606a0cd74a39a17e5beaed93c93f34cb7d72a4f665765773a3390" 42 "sha512=c9535ef5ce32f3bbba03ce914fda22e7aa33d7958920872d5d73340cac6733cf0371a3feb96b4b7e9819c224793f6332cd733e6c0506e6ce978c46a9d9b11223" 43 ] 44} 45flags: [ deprecated ]