-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcharrua-unix.opam
35 lines (35 loc) · 983 Bytes
/
charrua-unix.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
synopsis: "Unix DHCP daemon"
description: """\
charrua-unix is an _ISC-licensed_ Unix DHCP daemon based on
[charrua](http://www.github.com/mirage/charrua)."""
maintainer: "Christiano F. Haesbaert <[email protected]>"
authors: "Christiano F. Haesbaert <[email protected]>"
license: "ISC"
homepage: "https://github.com/mirage/charrua"
bug-reports: "https://github.com/mirage/charrua/issues"
depends: [
"dune" {>= "1.4.0"}
"ocaml" {>= "4.08.0"}
"lwt" {>= "3.0.0"}
"lwt_log"
"charrua" {= version}
"charrua-server" {= version}
"cstruct-unix"
"cmdliner" {>= "1.1.0"}
"rawlink-lwt" {>= "2.0"}
"tuntap" {>= "2.0.0"}
"mtime" {>= "2.0.0"}
"duration"
"cstruct-lwt" {>= "6.0.0"}
"ipaddr" {>= "5.1.0"}
"tcpip" {>= "9.0.0"}
"fmt" {>= "0.9.0"}
"logs" {>= "0.7.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/charrua.git"
x-maintenance-intent: [ "(latest)" ]