opam-version: "2.0" synopsis: "Unix DHCP daemon" description: """\ charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on [charrua](http://www.github.com/mirage/charrua).""" maintainer: "Christiano F. Haesbaert " authors: "Christiano F. Haesbaert " license: "ISC" homepage: "https://github.com/mirage/charrua" bug-reports: "https://github.com/mirage/charrua/issues" depends: [ "dune" {>= "1.4.0"} "ocaml" {>= "4.08.0"} "lwt" {>= "3.0.0"} "lwt_log" "charrua" {= version} "charrua-server" {= version} "cstruct-unix" "cmdliner" {>= "1.1.0"} "rawlink-lwt" {>= "2.0"} "tuntap" {>= "2.0.0"} "mtime" {>= "2.0.0"} "duration" "cstruct-lwt" {>= "6.0.0"} "ipaddr" {>= "5.1.0"} "tcpip" {>= "9.0.0"} "fmt" {>= "0.9.0"} "logs" {>= "0.7.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/charrua.git" x-maintenance-intent: [ "(latest)" ] url { src: "https://github.com/mirage/charrua/releases/download/v2.0.0/charrua-2.0.0.tbz" checksum: [ "sha256=ecacfd0f17bdf2ba261049d2b3cc03aa473eec4a9d77b0a83c0ce2c402c512bb" "sha512=9f24a36f934824581d5af9886bdd22e82a1ba0ce174d752d43de9b527392140c19b65a93b18b3ca07c441f84315fefff7002a71eebf573ce1b747e74de861a9d" ] } x-commit-hash: "efb8f93144176662567c5e2f6332e9ff51057d3e"