File: dune

package info (click to toggle)
ocaml-bitstring 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: ml: 3,817; ansic: 136; makefile: 3
file content (48 lines) | stat: -rw-r--r-- 810 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
(executable
 (name elf)
 (modules Elf)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name ext3_superblock)
 (modules Ext3_superblock)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name gif)
 (modules Gif)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name ipv4_header)
 (modules Ipv4_header)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name libpcap)
 (modules Libpcap)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name make_ipv4_header)
 (modules Make_ipv4_header)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))

(executable
 (name ping)
 (modules Ping)
 (libraries bitstring unix)
 (preprocess
  (pps ppx_bitstring)))