forked from grayswandyr/electrod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electrod.opam.locked
127 lines (127 loc) · 3.49 KB
/
electrod.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
opam-version: "2.0"
name: "electrod"
version: "1.0.0"
synopsis: "Formal analysis for the Electrod formal pivot language"
description:
"Electrod is a model finder that takes as input a model expressed in a mixture of relational first-order logic (RFOL) over bounded domains and linear temporal logic (LTL) over an unbounded time horizon. Then it compiles the model to a problem for a solver (currently the NuSMV and nuXmv model-checkers). Electrod is mainly meant to be used as a backend for the Alloy Analyzer 6."
maintainer: "David Chemouil <[email protected]>"
authors: ["David Chemouil" "Julien Brunel"]
license: "MPL-2.0"
homepage: "https://github.com/grayswandyr/electrod"
bug-reports: "https://github.com/grayswandyr/electrod/issues"
depends: [
"astring" {= "0.8.5"}
"base" {= "v0.16.3"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"camlp-streams" {= "5.0.1"}
"chrome-trace" {= "3.13.1"}
"cmdliner" {= "1.1.1"}
"conf-autoconf" {= "0.1"}
"conf-which" {= "1"}
"containers" {= "3.10"}
"containers-data" {= "3.10"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"dune" {= "3.5.0"}
"dune-build-info" {= "3.5.0"}
"dune-configurator" {= "3.13.1"}
"dune-rpc" {= "3.6.2"}
"dyn" {= "3.6.2"}
"either" {= "1.0.0"}
"fiber" {= "3.6.2"}
"fix" {= "20230505"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"gen" {= "1.0"}
"hashcons" {= "1.3"}
"iter" {= "1.6"}
"jane-street-headers" {= "v0.16.0"}
"jst-config" {= "v0.16.0"}
"lambda-term" {= "3.3.2"}
"logs" {= "0.7.0"}
"lwt" {= "5.7.0"}
"lwt_react" {= "1.2.0"}
"mdx" {= "2.3.1" & with-test}
"menhir" {= "20220210"}
"menhirLib" {= "20220210"}
"menhirSdk" {= "20220210"}
"mew" {= "0.1.0"}
"mew_vi" {= "0.5.0"}
"mtime" {= "1.4.0"}
"ocaml" {= "4.14.1"}
"ocaml-base-compiler" {= "4.14.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-lsp-server" {= "1.14.1"}
"ocaml-options-vanilla" {= "1"}
"ocaml-version" {= "3.5.0"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocamlformat" {= "0.24.1"}
"ocamlformat-rpc-lib" {= "0.26.1"}
"ocp-indent" {= "1.8.1"}
"ocplib-endian" {= "1.2"}
"octavius" {= "1.2.2"}
"odoc-parser" {= "2.0.0"}
"omd" {= "1.3.2"}
"ordering" {= "3.6.2"}
"pp" {= "1.2.0"}
"ppx_assert" {= "v0.16.0"}
"ppx_base" {= "v0.16.0"}
"ppx_cold" {= "v0.16.0"}
"ppx_compare" {= "v0.16.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppx_enumerate" {= "v0.16.0"}
"ppx_expect" {= "v0.16.0"}
"ppx_globalize" {= "v0.16.0"}
"ppx_hash" {= "v0.16.0"}
"ppx_here" {= "v0.16.0"}
"ppx_inline_test" {= "v0.16.0"}
"ppx_optcomp" {= "v0.16.0"}
"ppx_sexp_conv" {= "v0.16.0"}
"ppx_yojson_conv_lib" {= "v0.16.0"}
"ppxlib" {= "0.32.0"}
"printbox" {= "0.6.1"}
"printbox-text" {= "0.6.1"}
"re" {= "1.11.0"}
"react" {= "1.2.2"}
"result" {= "1.5"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"spawn" {= "v0.15.1"}
"stdcompat" {= "19"}
"stdio" {= "v0.16.0"}
"stdlib-shims" {= "0.3.0"}
"stdune" {= "3.6.2"}
"time_now" {= "v0.16.0"}
"topkg" {= "1.0.7"}
"trie" {= "1.0.0"}
"uchar" {= "0.0.2"}
"utop" {= "2.10.0"}
"uucp" {= "15.1.0"}
"uuseg" {= "15.1.0"}
"uutf" {= "1.0.3"}
"visitors" {= "20210608"}
"xdg" {= "3.13.1"}
"yojson" {= "2.1.2"}
"zed" {= "3.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/grayswandyr/electrod.git"