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: [
  ["sh" "build.sh"]
]
depends: [
  "ocaml" {>= "4.02"}
  "ocamlfind" {build}
  "charrua-core" {<= "0.1"}
  "cmdliner"
  "rawlink" {< "1.0"}
  "type_conv" {build}
  "sexplib" {< "113.09.00"}
  "camlp4" {build}
  "ocamlbuild" {build}
  "tuntap" {>= "1.2.0" & < "2.0.0"}
  "cstruct" {< "2.0"}
  "mtime" {< "1.0.0"}
]
synopsis: "Charrua DHCP Unix Server"
description: """
[charrua-unix](http://www.github.com/haesbaert/charrua-unix) is an _ISC-licensed_
Unix DHCP daemon based on
[charrua-core](http://www.github.com/haesbaert/charrua-core).

Features

* Supports a stripped down ISC dhcpd.conf. A configuration sample can be found
[here](https://github.com/haesbaert/charrua-core/blob/master/sample/dhcpd.conf)
* Priviledge dropping, the daemon doesn't run as root.
* Almost purely-functional code.
* Support for multiple interfaces/subnets.

Try `charruad --help` for options."""
url {
  src: "https://github.com/haesbaert/charrua-unix/archive/v0.1.tar.gz"
  checksum: "md5=57feacab4ba945c40794e186524c88ea"
}
