-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathyates.opam
30 lines (28 loc) · 940 Bytes
/
yates.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
opam-version: "2.0"
version: "1.0.1"
synopsis: "Yet Another Traffic Engineering System (Yates)"
maintainer: "Praveen Kumar <[email protected]>"
authors: "Praveen Kumar <[email protected]>, Chris Yu <[email protected]>, Yang Yuan <[email protected]>, Nate Foster <[email protected]>, Robert Kleinberg <[email protected]>, and Robert Soulé <[email protected]>"
homepage: "https://www.cs.cornell.edu/~praveenk/yates/yates"
bug-reports: "https://github.com/cornell-netlab/yates/issues"
dev-repo: "git+https://github.com/cornell-netlab/yates.git"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"odoc"
"ocaml" {>= "4.12.0"}
"ppx_cstruct"
"ppx_deriving"
"sedlex"
"ocamlgraph"
"core"
"base64"
"tcpip"
"yojson"
"sexplib"
"frenetic" {>= "5.0.5"}
]