forked from o1-labs/snarky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnarky.opam
38 lines (37 loc) · 800 Bytes
/
snarky.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
opam-version: "1.2"
name: "snarky"
maintainer: "[email protected]"
authors: ["O(1) Labs, LLC <[email protected]>"]
homepage: "https://github.com/o1labs/snarky"
bug-reports: "https://github.com/o1labs/snarky/issues"
dev-repo: "git+https://github.com/o1labs/snarky.git"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
url {
src: "git://github.com/o1-labs/snarky.git"
}
depends: [
"ocaml" {>= "4.07.0"}
"core_kernel" {>= "v0.14" & < "v0.15" }
"h_list"
"fold_lib"
"tuple_lib"
"bitstring_lib"
"interval_union"
"bignum"
"base64"
"yojson" {>= "1.7.0" & < "1.8.0"}
"ppx_snarky"
"ppx_jane" {>= "v0.14"}
"ppx_deriving" {>= "5.0"}
"bisect_ppx" {>= "2.0.0"}
"dune" {build & >= "2.0"}
]
depopts: [
"snarky_cuda"
]
descr: "
A snarks DSL
"