opam-version: "2.0" maintainer: "anil@recoil.org" authors: [ "Anil Madhavapeddy" "David Scott" "Thomas Gazagnaire" "Hannes Mehnert" ] homepage: "https://github.com/mirage/mirage-net-fd" bug-reports: "https://github.com/mirage/mirage-net-fd/issues" dev-repo: "git+https://github.com/mirage/mirage-net-fd.git" license: "ISC" doc: "https://mirage.github.io/mirage-net-fd/" build: [ ["jbuilder" "subst" "-p" name "--name" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta9"} "cstruct" {>= "3.0.0" & < "6.0.0"} "cstruct-lwt" {>= "3.0.0" & < "6.0.0"} "lwt" {>= "2.4.3"} "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} "io-page-unix" {>= "2.0.0"} "result" "ipaddr" "alcotest" {with-test & < "0.8.0"} ] synopsis: "MirageOS network interfaces using raw sockets" description: """ Implementation of MirageOS network interfaces using raw sockets. The caller is in charge of opening the file-descriptor with that are passed to the `connect` function.""" url { src: "https://github.com/mirage/mirage-net-fd/releases/download/0.2.1/mirage-net-fd-0.2.1.tbz" checksum: [ "sha256=2a2e032829a3ee2daba0bc6e509afa94973399c7cb7b53c1a7b160538bed7b60" "md5=46149fe34d65ea67f00d11a93864d6de" ] } flags: deprecated x-maintenance-intent: ["(none)"]