this repo has no description
1opam-version: "2.0"
2synopsis: "DHCP client implementation"
3description: """\
4charrua-client is a DHCP client powered by [charrua](https://github.com/mirage/charrua).
5
6The base library exposes a simple state machine in `Dhcp_client`
7for use in acquiring a DHCP lease."""
8maintainer: "Mindy Preston"
9authors: "Mindy Preston"
10license: "ISC"
11tags: "org:mirage"
12homepage: "https://github.com/mirage/charrua"
13doc: "https://docs.mirage.io"
14bug-reports: "https://github.com/mirage/charrua/issues"
15depends: [
16 "dune" {>= "1.4.0"}
17 "ocaml" {>= "4.08.0"}
18 "alcotest" {with-test}
19 "cstruct-unix" {with-test}
20 "mirage-crypto-rng" {with-test & >= "1.2.0"}
21 "charrua-server" {= version & with-test}
22 "charrua" {= version}
23 "cstruct" {>= "6.0.0"}
24 "ipaddr" {>= "5.0.0"}
25 "macaddr" {>= "4.0.0"}
26 "mirage-crypto-rng" {>= "1.0.0"}
27 "mirage-mtime" {>= "4.0.0"}
28 "mirage-sleep" {>= "4.0.0"}
29 "mirage-net" {>= "3.0.0"}
30 "randomconv" {>= "0.2.0"}
31 "duration"
32 "logs"
33 "fmt"
34 "ethernet" {>= "3.0.0"}
35 "arp" {>= "3.0.0"}
36 "tcpip" {>= "9.0.0"}
37 "lwt" {>= "4.0.0"}
38]
39build: [
40 ["dune" "subst"] {dev}
41 ["dune" "build" "-p" name "-j" jobs]
42 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
43]
44dev-repo: "git+https://github.com/mirage/charrua.git"
45x-maintenance-intent: [ "(latest)" ]
46url {
47 src:
48 "https://github.com/mirage/charrua/releases/download/v2.0.0/charrua-2.0.0.tbz"
49 checksum: [
50 "sha256=ecacfd0f17bdf2ba261049d2b3cc03aa473eec4a9d77b0a83c0ce2c402c512bb"
51 "sha512=9f24a36f934824581d5af9886bdd22e82a1ba0ce174d752d43de9b527392140c19b65a93b18b3ca07c441f84315fefff7002a71eebf573ce1b747e74de861a9d"
52 ]
53}
54x-commit-hash: "efb8f93144176662567c5e2f6332e9ff51057d3e"