diff --git a/packages/arp/arp.4.0.0/opam b/packages/arp/arp.4.0.0/opam new file mode 100644 index 00000000000..bda2fb62d2b --- /dev/null +++ b/packages/arp/arp.4.0.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "Hannes Mehnert " +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/arp" +doc: "https://mirage.github.io/arp/" +dev-repo: "git+https://github.com/mirage/arp.git" +bug-reports: "https://github.com/mirage/arp/issues" +license: "ISC" +depends: [ + "ocaml" {>= "4.06.0"} + "dune" {>= "2.7.0"} + "cstruct" {>= "6.0.0"} + "ipaddr" {>= "4.0.0"} + "macaddr" {>= "4.0.0"} + "logs" + "mirage-sleep" {>= "4.0.0"} + "lwt" + "duration" + "ethernet" {>= "3.0.0"} + "fmt" {>= "0.8.7"} + "alcotest" {with-test} + "mirage-vnetif" {with-test & >= "0.5.0"} + "bos" {with-test & >= "0.2.1"} +] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} +] +synopsis: "Address Resolution Protocol purely in OCaml" +description: """ +ARP is an implementation of the address resolution protocol (RFC826) purely in +OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only. +""" +x-maintenance-intent: [ "(latest)" ] +url { + src: "https://github.com/mirage/arp/releases/download/v4.0.0/arp-4.0.0.tbz" + checksum: [ + "sha256=0b6061ff637066a0891227429e487044ca16dc0b1b42dbf074587d2222640da5" + "sha512=101e54c5de0c49ee91f07d4fbf381938689b5391d287609e3a0e98f2d8dc99b5801cfa0bb91da399c47e89305ba924b29801dbe1defb566f768cfbde96bbccc0" + ] +} +x-commit-hash: "8eec8d7a9f01ad3d992ea6582fdbe87666381520" diff --git a/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam b/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam index 1517d236ec9..0d39bb27297 100644 --- a/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam +++ b/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam @@ -20,7 +20,7 @@ depends: [ "tcpip" {>= "7.0.0"} "alcotest" {>= "1.0.1" & with-test} "alcotest-lwt" {>= "1.0.1" & with-test} - "arp" {>= "3.0.0" & with-test} + "arp" {>= "3.0.0" & < "4.0.0" & with-test} "asetmap" {with-test} "astring" {with-test} "ethernet" {>= "3.0.0" & with-test} diff --git a/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam b/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam index 4c7dbee1832..4e8597b5429 100644 --- a/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam +++ b/packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam @@ -20,7 +20,7 @@ depends: [ "tcpip" {>= "7.0.0"} "alcotest" {>= "1.0.1" & with-test} "alcotest-lwt" {>= "1.0.1" & with-test} - "arp" {>= "3.0.0" & with-test} + "arp" {>= "3.0.0" & < "4.0.0" & with-test} "asetmap" {with-test} "astring" {with-test} "ethernet" {>= "3.0.0" & with-test} diff --git a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam index 6d733c52f7e..a1df1c7b6c7 100644 --- a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam +++ b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam @@ -29,7 +29,7 @@ depends: [ "ipaddr" {>= "5.0.0"} "macaddr" "mirage-profile" - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "duration" "logs" "mirage-time-unix" {with-test} diff --git a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam index 535485d0822..de9f12eeeeb 100644 --- a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam +++ b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam @@ -27,7 +27,7 @@ depends: [ "cstruct" {>="6.0.0"} "ipaddr" {>= "5.0.0"} "macaddr" - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "duration" "logs" "mirage-time-unix" {with-test} diff --git a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam index 5a957c7d5a8..83253de11c2 100644 --- a/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam +++ b/packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam @@ -27,7 +27,7 @@ depends: [ "cstruct" {>="6.0.0"} "ipaddr" {>= "5.0.0"} "macaddr" - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "duration" "logs" "mirage-time-unix" {with-test} diff --git a/packages/tcpip/tcpip.7.0.0/opam b/packages/tcpip/tcpip.7.0.0/opam index f6dd025d02e..d0871c843a2 100644 --- a/packages/tcpip/tcpip.7.0.0/opam +++ b/packages/tcpip/tcpip.7.0.0/opam @@ -45,7 +45,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.7.0.1/opam b/packages/tcpip/tcpip.7.0.1/opam index 12bda977e0b..8b8b4cb489c 100644 --- a/packages/tcpip/tcpip.7.0.1/opam +++ b/packages/tcpip/tcpip.7.0.1/opam @@ -45,7 +45,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.7.1.0/opam b/packages/tcpip/tcpip.7.1.0/opam index 43824ab8f1e..325ba158155 100644 --- a/packages/tcpip/tcpip.7.1.0/opam +++ b/packages/tcpip/tcpip.7.1.0/opam @@ -45,7 +45,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.7.1.1/opam b/packages/tcpip/tcpip.7.1.1/opam index 04092f2fec6..62d8c99d3bd 100644 --- a/packages/tcpip/tcpip.7.1.1/opam +++ b/packages/tcpip/tcpip.7.1.1/opam @@ -45,7 +45,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.7.1.2/opam b/packages/tcpip/tcpip.7.1.2/opam index 5d64a56112c..f5f00b57ae2 100644 --- a/packages/tcpip/tcpip.7.1.2/opam +++ b/packages/tcpip/tcpip.7.1.2/opam @@ -45,7 +45,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.8.0.0/opam b/packages/tcpip/tcpip.8.0.0/opam index 085309132d4..8d201d2b045 100644 --- a/packages/tcpip/tcpip.8.0.0/opam +++ b/packages/tcpip/tcpip.8.0.0/opam @@ -42,7 +42,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "2.0.0" & < "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.8.0.1/opam b/packages/tcpip/tcpip.8.0.1/opam index 1409e50f21b..eb932e81539 100644 --- a/packages/tcpip/tcpip.8.0.1/opam +++ b/packages/tcpip/tcpip.8.0.1/opam @@ -42,7 +42,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.8.0.2/opam b/packages/tcpip/tcpip.8.0.2/opam index 30d0b31d1a0..3e047917893 100644 --- a/packages/tcpip/tcpip.8.0.2/opam +++ b/packages/tcpip/tcpip.8.0.2/opam @@ -42,7 +42,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "4.0.0"} "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.8.1.0/opam b/packages/tcpip/tcpip.8.1.0/opam index 07dbdcb5a48..52f8bf26da1 100644 --- a/packages/tcpip/tcpip.8.1.0/opam +++ b/packages/tcpip/tcpip.8.1.0/opam @@ -42,7 +42,7 @@ depends: [ "duration" "randomconv" {< "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "4.0.0"} "mirage-vnetif" {with-test & >= "0.6.2"} "alcotest" {with-test & >="1.5.0"} diff --git a/packages/tcpip/tcpip.8.2.0/opam b/packages/tcpip/tcpip.8.2.0/opam index c6c7bf80b6f..6fc47e5401d 100644 --- a/packages/tcpip/tcpip.8.2.0/opam +++ b/packages/tcpip/tcpip.8.2.0/opam @@ -42,7 +42,7 @@ depends: [ "duration" "randomconv" {>= "0.2.0"} "ethernet" {>= "3.0.0"} - "arp" {>= "3.0.0"} + "arp" {>= "3.0.0" & < "4.0.0"} "mirage-flow" {>= "4.0.0"} "mirage-vnetif" {with-test & >= "0.6.2"} "alcotest" {with-test & >="1.5.0"}