opam-version: "2.0" maintainer: ["Mindy Preston"] authors : ["Mindy Preston"] homepage: "https://github.com/mirage/charrua-core" bug-reports: "https://github.com/mirage/charrua-core/issues" dev-repo: "git+https://github.com/mirage/charrua-core.git" tags: [ "org:mirage"] doc: "https://docs.mirage.io" build: [ [ "jbuilder" "subst" "-n" name ] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] [ "jbuilder" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ "jbuilder" {>= "1.0+beta9"} "ocaml" {>= "4.04.2"} "alcotest" {with-test} "cstruct-unix" {with-test} "mirage-random-test" {with-test} "charrua-core" {>= "0.11.1" & < "0.12.0"} "cstruct" {>= "3.0.2"} "ipaddr" {< "4.0.0"} "macaddr" {< "4.0.0"} ] synopsis: "DHCP client implementation" description: """ charrua-client is a DHCP client powered by [charrua-core](https://github.com/haesbaert/charrua-core). The base library exposes a simple state machine in `Dhcp_client` for use in acquiring a DHCP lease. """ url { src: "https://github.com/mirage/charrua-core/releases/download/v0.11.1/charrua-core-0.11.1.tbz" checksum: [ "sha256=8ffb339bb95a34fc78246f4c01ccae545e791275f2cbee2aa9e94e1a4aec4c77" "md5=c9f82c844f78643cb05650a397acfb1c" ] }