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)))
|