this repo has no description
1opam-version: "2.0"
2synopsis: "Unix DHCP daemon"
3description: """\
4charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on
5[charrua](http://www.github.com/mirage/charrua)."""
6maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
7authors: "Christiano F. Haesbaert <haesbaert@haesbaert.org>"
8license: "ISC"
9homepage: "https://github.com/mirage/charrua"
10bug-reports: "https://github.com/mirage/charrua/issues"
11depends: [
12 "dune" {>= "1.4.0"}
13 "ocaml" {>= "4.08.0"}
14 "lwt" {>= "3.0.0"}
15 "lwt_log"
16 "charrua" {= version}
17 "charrua-server" {= version}
18 "cstruct-unix"
19 "cmdliner"
20 "rawlink" {>= "1.0"}
21 "tuntap" {>= "2.0.0"}
22 "mtime" {>= "1.0.0" & < "2.0.0"}
23 "cstruct-lwt" {>= "6.0.0"}
24 "ipaddr" {>= "5.1.0"}
25 "tcpip" {>= "6.1.0"}
26]
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs]
30]
31dev-repo: "git+https://github.com/mirage/charrua.git"
32x-commit-hash: "06a19fba3a1174c1f694b62d969f3d13a59edd08"
33url {
34 src:
35 "https://github.com/mirage/charrua/releases/download/v1.4.0/charrua-v1.4.0.tbz"
36 checksum: [
37 "sha256=7b51dbb887e3ddd26ad34245d2736239fd6d9b47a3700ada553930990d4e4263"
38 "sha512=bb88c2de0bea218a9d9c439a47c3fe67cfbee1ea7a5e41868206ea95aae6e39ef2217d587097c69194b92aab16154431bb94d2cf9910ab210100dab69f26b436"
39 ]
40}