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.6.0" & < "0.7.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.6.0/mirage-net-solo5-v0.6.0.tbz" 37 checksum: [ 38 "sha256=5a8126ddefe9a71034e6a85c38774911e98982c0021a1ce02c4ba2ca9214513b" 39 "sha512=9a828fdb49e628823ae7f88c4c63b1c8717eb924556bb5712ad6b90aa3a86e02aff10de335dc4ecb773c2aa7818b6c443d012e43612b63100269269ab1679460" 40 ] 41} 42flags: [ deprecated ]