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: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "dune" {>= "1.0"}
  "ocaml" {>= "4.03.0"}
  "lwt" {>="3.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 {
  src:
    "https://github.com/haesbaert/charrua-core/releases/download/v0.11.2/charrua-core-v0.11.2.tbz"
  checksum: "md5=c83ace0546e66ebe2b38e9685c7e9c55"
}
