this repo has no description
1opam-version: "2.0" 2maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>" 3authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>" 4homepage: "https://github.com/haesbaert/charrua-unix" 5bug-reports: "https://github.com/haesbaert/charrua-unix/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/haesbaert/charrua-unix.git" 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "dune" {>= "1.0"} 14 "ocaml" {>= "4.03.0"} 15 "lwt" {>="3.0.0"} 16 "lwt_log" 17 "charrua-core" {>= "0.11.0" & < "0.12.0"} 18 "cstruct-unix" 19 "cmdliner" 20 "rawlink" {>= "1.0"} 21 "tuntap" {>= "1.2.0" & < "2.0.0"} 22 "mtime" {>="1.0.0"} 23] 24synopsis: "Unix DHCP daemon" 25description: """ 26charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on 27[charrua-core](http://www.github.com/mirage/charrua-core). 28""" 29url { 30 src: 31 "https://github.com/haesbaert/charrua-core/releases/download/v0.11.2/charrua-core-v0.11.2.tbz" 32 checksum: [ 33 "sha256=58838986999b87d44a91514391ef92257f4f2eab53d41b2e10af9bb81f8ba09d" 34 "md5=c83ace0546e66ebe2b38e9685c7e9c55" 35 ] 36}