-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_oasis
53 lines (48 loc) · 1.06 KB
/
_oasis
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
OASISFormat: 0.3
Name: packet
Version: 0.4.0
Synopsis: Serialization for some common network packets, including
ethernet frames, IP, TCP, and ARP.
Authors: https://github.com/frenetic-lang/ocaml-packet/contributors
License: LGPL
Plugins: META (0.3), DevFiles (0.3)
BuildTools:
ocamlbuild,
ocamldoc
Library packet
Path: lib
BuildDepends: str, cstruct, cstruct.syntax, sexplib, sexplib.syntax, tcpip
Modules: Packet
Document doc
Title: Packet documentation
Type: OCamlbuild (0.3)
XOCamlBuildPath:
lib
XOCamlBuildModules:
Packet
Library quickcheck
Findlibparent: packet
Findlibname: quickcheck
Path: quickcheck
BuildDepends:
packet,
quickcheck
Modules:
Arbitrary_Base,
Arbitrary_Packet
Executable testtool
Path: test
Install: false
Build$: flag(tests)
MainIs: Test.ml
BuildDepends:
oUnit,
pa_ounit,
pa_ounit.syntax,
packet,
packet.quickcheck,
quickcheck
Test all_tests
Command: $testtool inline-test-runner dummy
Run$: flag(tests)
TestTools: testtool