-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocaml_packets.opam
31 lines (29 loc) · 948 Bytes
/
ocaml_packets.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
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: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
build-test: [
["jbuilder" "runtest" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta10"}
"configurator" {build}
"rresult"
"cstruct" {>= "3.0.2"}
"io-page-unix"
"alcotest" {test & >="0.7.0"}
"pcap-format" {test}
]
available: [ocaml-version >= "4.03.0"]