opam-version: "2.0" maintainer: "Christiano F. Haesbaert " authors: "Christiano F. Haesbaert " homepage: "https://github.com/haesbaert/charrua-unix" bug-reports: "https://github.com/haesbaert/charrua-unix/issues" license: "ISC" dev-repo: "git+https://github.com/haesbaert/charrua-unix.git" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "dune" {>= "1.0"} "ocaml" {>= "4.03.0"} "lwt" {>="3.0.0"} "lwt_log" "charrua-core" {>= "0.11.0" & < "0.12.0"} "cstruct-unix" "cmdliner" "rawlink" {>= "1.0"} "tuntap" {>= "1.2.0" & < "2.0.0"} "mtime" {>="1.0.0"} ] synopsis: "Unix DHCP daemon" description: """ charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on [charrua-core](http://www.github.com/mirage/charrua-core). """ url { src: "https://github.com/haesbaert/charrua-core/releases/download/v0.11.2/charrua-core-v0.11.2.tbz" checksum: [ "sha256=58838986999b87d44a91514391ef92257f4f2eab53d41b2e10af9bb81f8ba09d" "md5=c83ace0546e66ebe2b38e9685c7e9c55" ] }