this repo has no description
1opam-version: "2.0" 2maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3authors: ["Hannes Mehnert <hannes@mehnert.org>"] 4homepage: "https://github.com/mirage/arp" 5doc: "https://mirage.github.io/arp/" 6dev-repo: "git+https://github.com/mirage/arp.git" 7bug-reports: "https://github.com/mirage/arp/issues" 8license: "ISC" 9synopsis: "Address Resolution Protocol for MirageOS" 10depends: [ 11 "ocaml" {>= "4.06.0"} 12 "dune" {>= "1.0"} 13 "mirage-time" {>= "2.0.0"} 14 "mirage-protocols" {>= "4.0.0" & < "8.0.0"} 15 "lwt" 16 "lwt" {with-test & < "5.0.0"} 17 "duration" 18 "arp" {= version} 19 "mirage-profile" {>= "0.5"} 20 "logs" 21 "cstruct" {>= "2.2.0" & < "6.1.0"} 22 "ethernet" {with-test & >= "2.0.0" & < "3.0.0"} 23 "fmt" {with-test} 24 "mirage-vnetif" {with-test & >= "0.5.0"} 25 "alcotest" {with-test & < "1.4.0"} 26 "mirage-clock-unix" {with-test & >= "3.0.0"} 27 "mirage-random" {with-test & >= "2.0.0" & < "4.0.0"} 28 "mirage-random-test" {with-test & >= "0.1.0"} 29 "mirage-time-unix" {with-test & >= "2.0.0"} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 ["dune" "build" "-p" name "-j" jobs] 34 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35] 36url { 37 src: 38 "https://github.com/mirage/arp/releases/download/v2.2.0/arp-v2.2.0.tbz" 39 checksum: [ 40 "sha256=15c73eacfa03c5a199c8c333a2cc492c27314f749c0948418aff2a7ccc6d676c" 41 "sha512=ddf5e6ab3440095e7fb5b30262d8cd0d4d9ef0d5210bc867c28ed10ade15d43df7d14cd0559584eb834d03791469f17e3a0132bd718ea9b7f472c8b1d4662ffd" 42 ] 43} 44flags: deprecated