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" {>= "1.1.0"}
20 "rawlink-lwt" {>= "2.0"}
21 "tuntap" {>= "2.0.0"}
22 "mtime" {>= "2.0.0"}
23 "duration"
24 "cstruct-lwt" {>= "6.0.0"}
25 "ipaddr" {>= "5.1.0"}
26 "tcpip" {>= "9.0.0"}
27 "fmt" {>= "0.9.0"}
28 "logs" {>= "0.7.0"}
29]
30build: [
31 ["dune" "subst"] {dev}
32 ["dune" "build" "-p" name "-j" jobs]
33]
34dev-repo: "git+https://github.com/mirage/charrua.git"
35x-maintenance-intent: [ "(latest)" ]
36url {
37 src:
38 "https://github.com/mirage/charrua/releases/download/v2.0.0/charrua-2.0.0.tbz"
39 checksum: [
40 "sha256=ecacfd0f17bdf2ba261049d2b3cc03aa473eec4a9d77b0a83c0ce2c402c512bb"
41 "sha512=9f24a36f934824581d5af9886bdd22e82a1ba0ce174d752d43de9b527392140c19b65a93b18b3ca07c441f84315fefff7002a71eebf573ce1b747e74de861a9d"
42 ]
43}
44x-commit-hash: "efb8f93144176662567c5e2f6332e9ff51057d3e"