-
Notifications
You must be signed in to change notification settings - Fork 0
/
decent.opam.locked
44 lines (44 loc) · 1.08 KB
/
decent.opam.locked
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
opam-version: "2.0"
name: "decent"
version: "~dev"
synopsis: "An OCaml Benchmark for Decentralised Enforcement of LTL Formulae"
description: "A longer description"
maintainer: "Florian Gallay"
authors: ["Ylies Falcone" "Florian Gallay" "Ennio Visconti"]
license: "LICENSE"
tags: ["monitoring" "enforcement" "decentralized analysis" "LTL"]
doc: "https://gitlab.inria.fr/monitoring/decent"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"batteries" {= "3.5.1"}
"camlp-streams" {= "5.0.1"}
"camlp5" {= "8.00.03"}
"conf-perl" {= "2"}
"conf-perl-ipc-system-simple" {= "3"}
"conf-perl-string-shellquote" {= "3"}
"dune" {= "3.3.1"}
"num" {= "1.4"}
"ocaml" {= "4.14.0"}
"ocaml-base-compiler" {= "4.14.0"}
"ocaml-config" {= "2"}
"ocaml-options-vanilla" {= "1"}
"ocamlbuild" {= "0.14.1"}
"ocamlfind" {= "1.9.5"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://gitlab.inria.fr/eviscont/decent.git"