-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopam
More file actions
29 lines (26 loc) · 716 Bytes
/
opam
File metadata and controls
29 lines (26 loc) · 716 Bytes
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
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
version: "dev"
homepage: "https://github.com/DistributedComponents/verdi-runtime"
dev-repo: "git+https://github.com/DistributedComponents/verdi-runtime.git"
bug-reports: "https://github.com/DistributedComponents/verdi-runtime/issues"
license: "BSD-2-Clause"
synopsis: "Verdi framework runtime library"
build: [ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%" ]
depends: [
"ocaml" {>= "4.02.3"}
"yojson" {>= "1.7.0"}
"base64" {>= "3.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build}
"cheerios-runtime" {= "dev"}
]
authors: [
"James R. Wilcox"
"Doug Woos"
"Steve Anton"
"Karl Palmskog"
"Ryan Doenges"
"Justin Adsuara"
]