-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
47 lines (45 loc) · 939 Bytes
/
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
36
37
38
39
40
41
42
43
44
45
46
47
opam-version: "1.2"
maintainer: "[email protected]"
homepage: "https://github.com/jgjl/ocaml-packets"
dev-repo: "https://github.com/jgjl/ocaml-packets.git"
bug-reports: "https://github.com/jgjl/ocaml-packets/issues"
authors: [
"Anil Madhavapeddy"
"Balraj Singh"
"Richard Mortier"
"Nicolas Ojeda Bar"
"Thomas Gazagnaire"
"Vincent Bernardoff"
"Magnus Skjegstad"
"Mindy Preston"
"Thomas Leonard"
"David Scott"
"Gabor Pali"
"Hannes Mehnert"
"Haris Rotsos"
"Kia"
"Luke Dunstan"
"Pablo Polvorin"
"Tim Cuthbertson"
"lnmx"
"pqwy"
"Jeremias Blendin"
]
license: "ISC"
build: [
[make]
]
build-test: [
["./configure" "--enable-tests"]
[make "test" "TESTFLAGS=-v"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "packets"]
depends: [
"ocamlfind" {build}
"cstruct" {>= "1.9.0"}
"ppx_tools"
"alcotest" {test}
"pcap-format" {test}
]
available: [ocaml-version >= "4.01.0"]