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" {>= "7.0.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/charrua.git" url { src: "https://github.com/mirage/charrua/releases/download/v1.6.0/charrua-1.6.0.tbz" checksum: [ "sha256=1f6f7c1211a45ebbbd56a78b12fdbceaa98efae97ac3bd6f4855da47a3a3ac34" "sha512=6ea3cb92efca7c33ee9aa1411223bec9045ece9939657594ebc47ae93408c4d87e8b40812751fc86555061d91ccd338b3fbcfe6059e1dd770303329b5e527a96" ] } x-commit-hash: "9967d56b92d0a578656414ca7c94df52a42b7dab"