-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsesterl.opam
39 lines (39 loc) · 909 Bytes
/
sesterl.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2.1"
synopsis: "Sesterl: A Session-Typed Erlang"
description: "Sesterl: A Session-Typed Erlang"
maintainer: ["bd[dot]gfngfn[at]gmail[dot]com"]
authors: ["T. Suwa"]
license: "MIT"
homepage: "https://github.com/gfngfn/Sesterl"
bug-reports: "https://github.com/gfngfn/Sesterl/issues"
depends: [
"alcotest" {with-test}
"dune" {>= "2.5"}
"menhir" {>= "20200211"}
"menhirLib" {>= "20200211"}
"cmdliner" {>= "1.0.4"}
"ocamlgraph" {>= "1.8.8"}
"semver2" {>= "1.2.0"}
"core" {>= "0.13.0"}
"uutf" {>= "1.0.2"}
"yaml" {>= "2.1.0"}
"omd" {>= "1.3.1"}
"ppx_deriving" {>= "4.4.1"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/gfngfn/Sesterl.git"