opam-version: "2.0" maintainer: "Christiano F. Haesbaert " authors: "Christiano F. Haesbaert " homepage: "https://github.com/mirage/charrua-unix" bug-reports: "https://github.com/mirage/charrua-unix/issues" license: "ISC" dev-repo: "git+https://github.com/mirage/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.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/mirage/charrua-core/releases/download/v0.12.0/charrua-core-v0.12.0.tbz" checksum: [ "sha256=399888ffb59ea70dc3728ea3b307eeec25bd883af9b798acee1842a2b2ec593a" "md5=a1edfeeaea6d9ed079efec4514f0e44c" ] }