-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
47 lines (45 loc) · 1.01 KB
/
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
synopsis: "Quantum Computing Tools in OCaml"
description:
"""
What it says on the tin.
"""
opam-version: "2.0"
maintainer: "Chet Murthy <[email protected]>"
authors: ["Chet Murthy"]
homepage: "https://github.com/chetmurthy/qc-ocaml"
license: "GPL v3"
bug-reports: "https://github.com/chetmurthy/qc-ocaml/issues"
dev-repo: "git+https://github.com/chetmurthy/qc-ocaml.git"
doc: "https://github.com/chetmurthy/qc-ocaml/doc"
depends: [
"ocaml" { >= "4.14.0" & < "4.15.0" }
"conf-diffutils"
"conf-perl"
"conf-perl-ipc-system-simple"
"conf-perl-string-shellquote"
"conf-gnutls"
"camlp5" { >= "8.00" }
"pa_ppx" { >= "0.07.02" }
"not-ocamlfind" { >= "0.01" }
"pcre" { >= "7.4.3" }
"ounit" {with-test}
"bos" { >= "0.2.0" }
"rresult"
"uuidm"
"ocamlnet"
"yojson"
"ocamlgraph"
"ocamldot"
"cmdliner" { >= "1.1.1" }
"camlp-streams"
"ocaml-inifiles"
"not-ocamlfind"
"vector"
"ppx_deriving_cmdliner"
"gg"
]
build: [
[make "sys"]
[make "test"] {with-test}
]
install: [make "install"]