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 "duration"
17 "arp" {= version}
18 "mirage-profile" {>= "0.5"}
19 "logs"
20 "cstruct" {>= "2.2.0" & < "6.1.0"}
21 "ethernet" {with-test & >= "2.0.0" & < "3.0.0"}
22 "fmt" {with-test}
23 "mirage-vnetif" {with-test & >= "0.5.0"}
24 "alcotest" {with-test & < "1.4.0"}
25 "mirage-clock-unix" {with-test & >= "3.0.0"}
26 "mirage-random" {with-test & >= "2.0.0" & < "4.0.0"}
27 "mirage-random-test" {with-test & >= "0.1.0"}
28 "mirage-time-unix" {with-test & >= "2.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/v2.2.1/arp-v2.2.1.tbz"
38 checksum: [
39 "sha256=01563edfd2dee3acece331aadf73e2f8e5daadf3bf3ab09b61714d1e2f1273f4"
40 "sha512=3f1288af400614045061692ffc4e315bbe1fde71262281fa6f65b71cf4640e4622808c9ac0706bb3fd9c9d57be59d82955a0c0f28f8ec52f0232dfee10adb20d"
41 ]
42}
43flags: deprecated
44x-maintenance-intent: ["(none)"]