opam-version: "2.0"
maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
homepage: "https://github.com/mirage/charrua-unix"
bug-reports: "https://github.com/mirage/charrua-unix/issues"
license: "ISC"
dev-repo: "git+https://github.com/mirage/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.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/mirage/charrua-core/releases/download/v0.12.0/charrua-core-v0.12.0.tbz"
  checksum: "md5=a1edfeeaea6d9ed079efec4514f0e44c"
}
