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" & <= "1.2" }
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" {>= "7.0.0"}
26]
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs]
30]
31dev-repo: "git+https://github.com/mirage/charrua.git"
32url {
33 src:
34 "https://github.com/mirage/charrua/releases/download/v1.5.0/charrua-v1.5.0.tbz"
35 checksum: [
36 "sha256=4ce74a5e78402f3d645ddcb344aaa1348349a8d5a35b8b55112aff0cb84db8e1"
37 "sha512=ac6960de516642793b928224c95da997042d2907829496843481894b38804e3b465b5f9703bd8c02e5202059847ee5c16db6975c630b462448db511b39f34f87"
38 ]
39}
40x-commit-hash: "fb614f77b8f4cbd5f6409453a8f030b21d7e1a93"