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