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/mirage/charrua-unix" 5bug-reports: "https://github.com/mirage/charrua-unix/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/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.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/mirage/charrua-core/releases/download/v0.12.0/charrua-core-v0.12.0.tbz" 32 checksum: [ 33 "sha256=399888ffb59ea70dc3728ea3b307eeec25bd883af9b798acee1842a2b2ec593a" 34 "md5=a1edfeeaea6d9ed079efec4514f0e44c" 35 ] 36}