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.3.0" & < "0.5.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.3.0/mirage-net-solo5-0.3.0.tbz" 37 checksum: [ 38 "sha256=79ad6b043fe983f7e1a1e386f4577262d54b4d3d85a5a2cd7b21050bc1a09f44" 39 "md5=93fb953d76b6b183fc572d31ce4b8009" 40 ] 41}