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" 6license: "ISC" 7authors: [ 8 "Anil Madhavapeddy <anil@recoil.org>" 9 "Dan Williams <djwillia@us.ibm.com>" 10 "Martin Lucina <martin@lucina.net>" 11] 12tags: [ 13 "org:mirage" 14] 15build: [ 16 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 17] 18depends: [ 19 "ocaml" {>= "4.04.2"} 20 "ocamlfind" {build} 21 "ocamlbuild" {build} 22 "topkg" {build} 23 "cstruct" {>= "1.0.1"} 24 "lwt" {>= "2.4.3"} 25 "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} 26 "ipaddr" {>= "1.0.0" & < "3.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: "https://github.com/mirage/mirage-net-solo5/releases/download/v0.4.0/mirage-net-solo5-0.4.0.tbz" 36 checksum: "sha512=ca403764d2414f50c576cac40826e12104149644e6c9ae73fc1342ec37588309703bd3db9d74a8134e89b7466666b31719ed0e0195f44b04dcd999895fd96250" 37}