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" {>= "2.0.0"} "macaddr" {< "4.0.0"} "mirage-solo5" {>= "0.5.0" & < "0.6.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.4.2/mirage-net-solo5-0.4.2.tbz" checksum: [ "sha256=22fbe6579a12373696ad9efc052299c84cb1f64ca24a8e8f4d79359d868adc33" "md5=a139ea402cfe0d2d840c8dfa49302185" ] }