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.04.2"} 12 "dune" {>= "1.0"} 13 "mirage-time-lwt" 14 "mirage-protocols-lwt" {< "2.0.0"} 15 "ethernet" {< "2.0.0"} 16 "lwt" 17 "lwt" {with-test & < "5.0.0"} 18 "duration" 19 "arp" {>= "1.0.0" & < "2.0.0"} 20 "logs" 21 "cstruct" {>= "2.2.0" & < "6.1.0"} 22 "fmt" {with-test} 23 "mirage-vnetif" {with-test} 24 "alcotest" {with-test} 25 "mirage-clock-unix" {with-test} 26 "mirage-random" {with-test & < "2.0.0"} 27 "mirage-random-test" {with-test} 28 "mirage-unix" {with-test & < "4.0.0"} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 ["dune" "build" "-p" name "-j" jobs] 33 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 34] 35url { 36 src: 37 "https://github.com/mirage/arp/releases/download/v1.0.0/arp-v1.0.0.tbz" 38 checksum: [ 39 "sha256=3f331e7490dbec53122849654c26aa2a2c5dbf983ebe2e1a551b08d727995f58" 40 "md5=40768ca09b10c6b91e8b3a420b075a0e" 41 ] 42} 43flags: deprecated