this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27378 from hannesm/release-arp-v4.0.0

[new release] arp (4.0.0)

authored by

Marcello Seri and committed by
GitHub
d2fcf6ef 70696b53

+58 -15
+43
packages/arp/arp.4.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3 + authors: ["Hannes Mehnert <hannes@mehnert.org>"] 4 + homepage: "https://github.com/mirage/arp" 5 + doc: "https://mirage.github.io/arp/" 6 + dev-repo: "git+https://github.com/mirage/arp.git" 7 + bug-reports: "https://github.com/mirage/arp/issues" 8 + license: "ISC" 9 + depends: [ 10 + "ocaml" {>= "4.06.0"} 11 + "dune" {>= "2.7.0"} 12 + "cstruct" {>= "6.0.0"} 13 + "ipaddr" {>= "4.0.0"} 14 + "macaddr" {>= "4.0.0"} 15 + "logs" 16 + "mirage-sleep" {>= "4.0.0"} 17 + "lwt" 18 + "duration" 19 + "ethernet" {>= "3.0.0"} 20 + "fmt" {>= "0.8.7"} 21 + "alcotest" {with-test} 22 + "mirage-vnetif" {with-test & >= "0.5.0"} 23 + "bos" {with-test & >= "0.2.1"} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + ["dune" "build" "-p" name "-j" jobs] 28 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} 29 + ] 30 + synopsis: "Address Resolution Protocol purely in OCaml" 31 + description: """ 32 + ARP is an implementation of the address resolution protocol (RFC826) purely in 33 + OCaml. It handles IPv4 protocol addresses and Ethernet hardware addresses only. 34 + """ 35 + x-maintenance-intent: [ "(latest)" ] 36 + url { 37 + src: "https://github.com/mirage/arp/releases/download/v4.0.0/arp-4.0.0.tbz" 38 + checksum: [ 39 + "sha256=0b6061ff637066a0891227429e487044ca16dc0b1b42dbf074587d2222640da5" 40 + "sha512=101e54c5de0c49ee91f07d4fbf381938689b5391d287609e3a0e98f2d8dc99b5801cfa0bb91da399c47e89305ba924b29801dbe1defb566f768cfbde96bbccc0" 41 + ] 42 + } 43 + x-commit-hash: "8eec8d7a9f01ad3d992ea6582fdbe87666381520"
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.2/opam
··· 20 20 "tcpip" {>= "7.0.0"} 21 21 "alcotest" {>= "1.0.1" & with-test} 22 22 "alcotest-lwt" {>= "1.0.1" & with-test} 23 - "arp" {>= "3.0.0" & with-test} 23 + "arp" {>= "3.0.0" & < "4.0.0" & with-test} 24 24 "asetmap" {with-test} 25 25 "astring" {with-test} 26 26 "ethernet" {>= "3.0.0" & with-test}
+1 -1
packages/capnp-rpc-mirage/capnp-rpc-mirage.1.2.3/opam
··· 20 20 "tcpip" {>= "7.0.0"} 21 21 "alcotest" {>= "1.0.1" & with-test} 22 22 "alcotest-lwt" {>= "1.0.1" & with-test} 23 - "arp" {>= "3.0.0" & with-test} 23 + "arp" {>= "3.0.0" & < "4.0.0" & with-test} 24 24 "asetmap" {with-test} 25 25 "astring" {with-test} 26 26 "ethernet" {>= "3.0.0" & with-test}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.0/opam
··· 29 29 "ipaddr" {>= "5.0.0"} 30 30 "macaddr" 31 31 "mirage-profile" 32 - "arp" {>= "3.0.0"} 32 + "arp" {>= "3.0.0" & < "4.0.0"} 33 33 "duration" 34 34 "logs" 35 35 "mirage-time-unix" {with-test}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.1/opam
··· 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"} 29 29 "macaddr" 30 - "arp" {>= "3.0.0"} 30 + "arp" {>= "3.0.0" & < "4.0.0"} 31 31 "duration" 32 32 "logs" 33 33 "mirage-time-unix" {with-test}
+1 -1
packages/mirage-vnetif-stack/mirage-vnetif-stack.0.6.2/opam
··· 27 27 "cstruct" {>="6.0.0"} 28 28 "ipaddr" {>= "5.0.0"} 29 29 "macaddr" 30 - "arp" {>= "3.0.0"} 30 + "arp" {>= "3.0.0" & < "4.0.0"} 31 31 "duration" 32 32 "logs" 33 33 "mirage-time-unix" {with-test}
+1 -1
packages/tcpip/tcpip.7.0.0/opam
··· 45 45 "duration" 46 46 "randomconv" {< "0.2.0"} 47 47 "ethernet" {>= "3.0.0"} 48 - "arp" {>= "3.0.0"} 48 + "arp" {>= "3.0.0" & < "4.0.0"} 49 49 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 50 50 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 51 51 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.0.1/opam
··· 45 45 "duration" 46 46 "randomconv" {< "0.2.0"} 47 47 "ethernet" {>= "3.0.0"} 48 - "arp" {>= "3.0.0"} 48 + "arp" {>= "3.0.0" & < "4.0.0"} 49 49 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 50 50 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 51 51 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.0/opam
··· 45 45 "duration" 46 46 "randomconv" {< "0.2.0"} 47 47 "ethernet" {>= "3.0.0"} 48 - "arp" {>= "3.0.0"} 48 + "arp" {>= "3.0.0" & < "4.0.0"} 49 49 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 50 50 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 51 51 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.1/opam
··· 45 45 "duration" 46 46 "randomconv" {< "0.2.0"} 47 47 "ethernet" {>= "3.0.0"} 48 - "arp" {>= "3.0.0"} 48 + "arp" {>= "3.0.0" & < "4.0.0"} 49 49 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 50 50 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 51 51 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.7.1.2/opam
··· 45 45 "duration" 46 46 "randomconv" {< "0.2.0"} 47 47 "ethernet" {>= "3.0.0"} 48 - "arp" {>= "3.0.0"} 48 + "arp" {>= "3.0.0" & < "4.0.0"} 49 49 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 50 50 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 51 51 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.0/opam
··· 42 42 "duration" 43 43 "randomconv" {< "0.2.0"} 44 44 "ethernet" {>= "3.0.0"} 45 - "arp" {>= "3.0.0"} 45 + "arp" {>= "3.0.0" & < "4.0.0"} 46 46 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 47 47 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"} 48 48 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.1/opam
··· 42 42 "duration" 43 43 "randomconv" {< "0.2.0"} 44 44 "ethernet" {>= "3.0.0"} 45 - "arp" {>= "3.0.0"} 45 + "arp" {>= "3.0.0" & < "4.0.0"} 46 46 "mirage-flow" {>= "4.0.0"} 47 47 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.1"} 48 48 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.0.2/opam
··· 42 42 "duration" 43 43 "randomconv" {< "0.2.0"} 44 44 "ethernet" {>= "3.0.0"} 45 - "arp" {>= "3.0.0"} 45 + "arp" {>= "3.0.0" & < "4.0.0"} 46 46 "mirage-flow" {>= "4.0.0"} 47 47 "mirage-vnetif" {with-test & >= "0.5.0" & < "0.6.2"} 48 48 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.1.0/opam
··· 42 42 "duration" 43 43 "randomconv" {< "0.2.0"} 44 44 "ethernet" {>= "3.0.0"} 45 - "arp" {>= "3.0.0"} 45 + "arp" {>= "3.0.0" & < "4.0.0"} 46 46 "mirage-flow" {>= "4.0.0"} 47 47 "mirage-vnetif" {with-test & >= "0.6.2"} 48 48 "alcotest" {with-test & >="1.5.0"}
+1 -1
packages/tcpip/tcpip.8.2.0/opam
··· 42 42 "duration" 43 43 "randomconv" {>= "0.2.0"} 44 44 "ethernet" {>= "3.0.0"} 45 - "arp" {>= "3.0.0"} 45 + "arp" {>= "3.0.0" & < "4.0.0"} 46 46 "mirage-flow" {>= "4.0.0"} 47 47 "mirage-vnetif" {with-test & >= "0.6.2"} 48 48 "alcotest" {with-test & >="1.5.0"}