-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsail-pl.opam
More file actions
37 lines (37 loc) · 800 Bytes
/
sail-pl.opam
File metadata and controls
37 lines (37 loc) · 800 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
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "SAIL: Safe Interactive Language"
description: "SAIL means Safe Interactive Language."
maintainer: ["sail-pl-maintainers@listes.univ-orleans.fr"]
authors: ["Frederic Dabrowski"]
license: "GPL"
homepage: "https://sail-pl.github.io"
bug-reports: "https://sail-pl.github.io"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.13.1"}
"cmdliner" {>= "1.1.1"}
"fmt" {>= "0.9.0"}
"menhir" {>= "2.0"}
"logs" {>= "0.7"}
"mtime" {>= "1.3.0"}
"ctypes-foreign" {>= "0.18.0"}
"llvm" {>= "13.0.0"}
"zarith"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]