opam-version: "2.0" maintainer: "martin@lucina.net" homepage: "https://github.com/mirage/mirage-net-solo5" bug-reports: "https://github.com/mirage/mirage-net-solo5/issues" dev-repo: "git+https://github.com/mirage/mirage-net-solo5.git" license: "ISC" authors: [ "Anil Madhavapeddy " "Dan Williams " "Martin Lucina " ] tags: [ "org:mirage" ] build: [ ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] ] depends: [ "ocaml" {>= "4.04.2"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "cstruct" {>= "1.0.1"} "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} "ipaddr" {>= "1.0.0" & < "3.0.0"} "mirage-solo5" {>= "0.3.0" & < "0.5.0"} "logs" {>= "0.6.0"} "fmt" ] synopsis: "Solo5 implementation of MirageOS network interface" description: "This library implements the MirageOS network interface for Solo5 targets." url { src: "https://github.com/mirage/mirage-net-solo5/releases/download/v0.3.0/mirage-net-solo5-0.3.0.tbz" checksum: [ "sha256=79ad6b043fe983f7e1a1e386f4577262d54b4d3d85a5a2cd7b21050bc1a09f44" "md5=93fb953d76b6b183fc572d31ce4b8009" ] }