this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: ["Thomas Gazagnaire"] 4homepage: "https://github.com/mirage/mirage-net-flow" 5bug-reports: "https://github.com/mirage/mirage-net-flow/issues" 6dev-repo: "git+https://github.com/mirage/mirage-net-flow.git" 7license: "ISC" 8doc: "https://mirage.github.io/mirage-net-flow/" 9 10build: [ 11 ["jbuilder" "build" "-p" name "-j" jobs] 12 ["jbuilder" "runtest" "-p" name] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.02.3"} 16 "jbuilder" {>= "1.0+beta7"} 17 "mirage-net-lwt" {>= "1.0.0" & < "2.0.0"} 18 "mirage-flow-lwt" {>= "1.2.0"} 19 "cstruct-lwt" {>= "3.0.0"} 20 "logs" 21 "alcotest" {with-test & < "0.8.0"} 22] 23synopsis: "Build MirageOS network interfaces on top of MirageOS flows" 24description: """ 25[![docs](https://img.shields.io/badge/doc-online-blue.svg)](https://mirage.github.io/mirage-net-flow/mirage-net=flow) 26 27Allow to create a MirageOS network interface on top of an existing MirageOS 28flow.""" 29url { 30 src: 31 "https://github.com/mirage/mirage-net-flow/releases/download/1.0.0/mirage-net-flow-1.0.0.tbz" 32 checksum: [ 33 "sha256=5b9a0b3fb325ee99913cf07e4363d3a73680de7e1a7a428022d2b511e228ad9c" 34 "md5=8504c8bfec68f2837d7b136cfeb3997e" 35 ] 36} 37flags: deprecated 38x-maintenance-intent: ["(none)"]