File: dune

package info (click to toggle)
ocaml-ipaddr 5.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ml: 3,147; makefile: 12
file content (56 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (3)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
(library
 (name ipaddr)
 (public_name ipaddr)
 (modules ipaddr)
 (libraries macaddr domain-name))

(library
 (name macaddr)
 (public_name macaddr)
 (modules macaddr))

(library
 (name ipaddr_sexp)
 (public_name ipaddr-sexp)
 (modules ipaddr_sexp)
 (preprocess
  (pps ppx_sexp_conv))
 (libraries ipaddr sexplib0))

(library
 (name macaddr_sexp)
 (public_name macaddr-sexp)
 (modules macaddr_sexp)
 (preprocess
  (pps ppx_sexp_conv))
 (libraries macaddr sexplib0))

(library
 (name ipaddr_unix)
 (public_name ipaddr.unix)
 (modules ipaddr_unix)
 (libraries unix ipaddr))

(library
 (name ipaddr_cstruct)
 (public_name ipaddr-cstruct)
 (modules ipaddr_cstruct)
 (libraries ipaddr cstruct))

(library
 (name macaddr_cstruct)
 (public_name macaddr-cstruct)
 (modules macaddr_cstruct)
 (libraries macaddr cstruct))

(library
 (name ipaddr_top)
 (public_name ipaddr.top)
 (modules ipaddr_top)
 (libraries macaddr.top ipaddr compiler-libs))

(library
 (name macaddr_top)
 (public_name macaddr.top)
 (modules macaddr_top)
 (libraries macaddr compiler-libs))