forked from nuscr/nuscr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuscr.opam
45 lines (45 loc) · 1.3 KB
/
nuscr.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"A tool to manipulate and validate Scribble-style multiparty protocols"
description:
"A toolkit to manipulate Scribble-style multiparty protocols, based on classical multiparty session type theory. The toolkit provides means to define global protocols, project to local protocols, convert local protocols to a CFSM representation, and generate OCaml code for protocol implementations."
maintainer: ["Francisco Ferreira"]
authors: [
"Francisco Ferreira" "Fangyi Zhou" "Simon Castellan" "Benito Echarren"
]
license: "GPL-3.0-or-later"
homepage: "https://nuscr.dev/"
doc: "https://nuscr.dev/nuscr/docs/"
bug-reports: "https://github.com/nuscr/nuscr/issues"
depends: [
"ocaml" {>= "4.08"}
"menhir" {>= "20190924"}
"ppx_deriving" {>= "5.2"}
"dune" {>= "2.8"}
"base" {>= "v0.12.0"}
"stdio" {>= "v0.12.0"}
"ppx_sexp_conv" {>= "v0.12.0"}
"ppx_here" {>= "v0.12.0"}
"z3" {with-test}
"odoc" {with-doc}
"ocamlgraph" {>= "1.8.8"}
"ppxlib" {>= "0.22.0"}
"cmdliner" {>= "1.0.4"}
"process" {>= "0.2.1"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/nuscr/nuscr.git"