opam-version: "2.0"
maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
homepage: "https://github.com/haesbaert/charrua-unix"
bug-reports: "https://github.com/haesbaert/charrua-unix/issues"
license: "ISC"
dev-repo: "git+https://github.com/haesbaert/charrua-unix.git"
build: [
  ["jbuilder" "subst" "-n" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {>= "1.0+beta9"}
  "ocaml" {>= "4.03.0"}
  "lwt" {>= "4.0.0"}
  "lwt_log"
  "charrua-core" {>= "0.11.0" & < "0.12.0"}
  "cstruct-unix"
  "cmdliner"
  "rawlink" {< "1.0"}
  "tuntap" {>= "1.2.0" & < "2.0.0"}
  "mtime" {>= "1.0.0"}
]
synopsis: "Unix DHCP daemon"
description: """
charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on
[charrua-core](http://www.github.com/mirage/charrua-core).
"""

url {
archive: "https://github.com/mirage/charrua-core/releases/download/v0.11.0/charrua-core-0.11.0.tbz"
checksum: "f4bb1ac3d1443a576982eae49d0eb7d8"
}
