-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathbolt.opam
More file actions
27 lines (26 loc) · 707 Bytes
/
bolt.opam
File metadata and controls
27 lines (26 loc) · 707 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
opam-version: "2.0"
synopsis: "A type system to prevent data races"
version: "1.5"
maintainer: "msr45@cam.ac.uk"
authors: ["Mukul Rathi"]
homepage: "https://github.com/mukul-rathi/bolt"
bug-reports: "https://github.com/mukul-rathi/bolt/issues"
dev-repo: "git+https://github.com/mukul-rathi/bolt.git"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"dune" {>= "2.0.0"}
"qcheck" {= "0.12"}
"qcheck-alcotest" {= "0.12"}
"alcotest" {= "0.8.5"}
"odoc" {= "1.4.2"}
"core" {= "v0.12.4"}
"ocamlformat" {="0.12"}
"bisect_ppx" { = "2.2.0"}
"ppx_tools_versioned" { = "5.3.0"}
"ppx_jane"{= "v0.12.0"}
"menhir"{= "20190924"}
"fmt" { ="0.8.8"}
"ppx_deriving_protobuf" {= "2.7"}
]