forked from rems-project/cerberus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcn.opam
38 lines (38 loc) · 748 Bytes
/
cn.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
opam-version: "2.0"
synopsis: "The CN type system"
description: "The CN type system"
maintainer: ["Christopher Pulte <cp526@cl.cam.ac.uk>"]
authors: [
"Christopher Pulte"
"Thomas Sewell"
"Dhruv Makwana"
"Rini Banerjee"
"Zain K Aamer"
"Kayvan Memarian"
]
homepage: "https://rems-project.github.io/cn-tutorial"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"cerberus-lib"
"monomorphic"
"ocaml" {>= "4.14.0"}
"ppx_deriving"
"ppx_deriving_yojson" {>= "3.8.0"}
"cmdliner"
"ocamlgraph"
"zarith" {>= "1.13"}
]
build: [
["dune" "subst"] {pinned}
["dune"
"build"
"-p"
name
"--profile=release"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]