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" {>= "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." 34 35url { 36 src: 37 "https://github.com/mirage/mirage-net-solo5/releases/download/v0.4.2/mirage-net-solo5-0.4.2.tbz" 38 checksum: [ 39 "sha256=22fbe6579a12373696ad9efc052299c84cb1f64ca24a8e8f4d79359d868adc33" 40 "md5=a139ea402cfe0d2d840c8dfa49302185" 41 ] 42}