This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
75 lines (61 loc) · 2.07 KB
/
_oasis
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
Version: 0.3.5-2
OASISFormat: 0.4
Name: electrumAnalyzer
Synopsis: Formal analysis for the Electrum formal specification language
Authors:
David Chemouil,
Julien Brunel,
Denis Kuperberg
Maintainers:
Copyrights:
(C) 2014-2016 Onera
(C) 2015 IRIT
License: GPL-3+
LicenseFile: COPYING.txt
Homepage: https://forge.onera.fr/projects/electrum
Synopsis: A tool for the analysis of Electrum formal specifications.
Description: Electrum is a formal specification language based upon
relational first-order logic (RFOL) and linear temporal logic (LTL),
mainly inspired by Alloy and TLA+. Electrum Analyzer is a
free-software prototype for the analysis of Electrum models: as of
now, it proceeds by translation into SMV models processable by NuSMV
and nuXmv.
Plugins: DevFiles (0.4), StdFiles (0.4)
AlphaFeatures: ocamlbuild_more_args, compiled_setup_ml, stdfiles_markdown
OCamlVersion: >= 4.02
XDevFilesEnableMakefile: true
XDevFilesEnableConfigure: true
XOCamlbuildExtraArgs:
-use-ocamlfind -cflags -safe-string,-strict-sequence,-short-paths
"-use-menhir -menhir 'menhir --infer --unused-token ALL --unused-token ARROW \
--unused-token SET'" -pkgs pprint,menhirLib,batteries,cmdliner -j 0
# -classic-display
BuildDepends: pprint, menhirLib (>= 20150720), str, batteries, cmdliner
BuildTools: ocamlbuild, ocamlfind
Flag warnings
Description: Activate all compilation warnings.
Default: false
Flag profiling
Description: Activate profiling (native only).
Default: false
Executable "electrumAnalyzer"
Path: src/main
MainIs: electrumAnalyzer.ml
CompiledObject: best
Install: true
if flag(warnings)
NativeOpt+: -w A
if flag(profiling)
NativeOpt+: -p
SourceRepository head
Type: git
Location: https://github.com/grayswandyr/electrumAnalyzer.git
Browser: https://forge.onera.fr/projects/electrum
Branch: master
SourceRepository official
Type: git
Location: https://git.onera.fr/electrum.git
Browser: https://forge.onera.fr/projects/electrum
Branch: master