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"
32url {
33 src:
34 "https://github.com/mirage/charrua/releases/download/v1.4.1/charrua-v1.4.1.tbz"
35 checksum: [
36 "sha256=39545b2b8c70df937fcb701b4d80aa52cf95a89ab96fed8e4422e52e9a97f979"
37 "sha512=6e399ab93f7306df1a96fb6690545de241cac2db93540d42c6ae08d9ba149a83061cb21a7bd7a2735fe7a8363c21a55773acbf969484c675e956257888a67f4f"
38 ]
39}
40x-commit-hash: "f0e7ecfc09bc87b00ee77812e7e181b9995a2e87"