This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
56 lines (51 loc) · 1.46 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
OASISFormat: 0.4
Name: TLAPM
Version: 0.1
Synopsis: V2 of tlapm
Authors: Damien Doligez, Tomer Libal, Martin Riener
License: BSD-3-clause
Plugins: META (0.3)
AlphaFeatures: ocamlbuild_more_args
Executable tlapm2
Path: src
BuildTools: ocamlbuild
# CompiledObject: native
MainIs: tlapm.ml
# XOCamlbuildExtraArgs: "-w +44"
BuildDepends: xmlm,
str,
unix,
sexplib,
containers,
result
Document tlapm_api
Type: ocamlbuild (0.4)
BuildTools: ocamldoc, ocamlbuild
Title: TLAPM API
# Format: html
# Index: index.html
XOCamlbuildPath: src
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -short-functors -charset utf-8'"
XOcamlBuildModules: Tlapm, Commons, Expr_ds, Expr_visitor, Expr_map,
Expr_formatter, Expr_utils, Expr_dereference,
Expr_substitution, Expr_termdb_utils,
Sany, Sany_ds, Sany_visitor, Sany_expr,
Any_expr, Util, Test_common, Expr_constructors,
Expr_builtins, Extract_obligations
Executable test
Install: false
Path: src
MainIs: tests.ml
BuildTools: ocamlbuild
# CompiledObject: native
BuildDepends: xmlm,
str,
unix,
kaputt,
sexplib,
containers,
result
Test "test-runner"
Type: Custom (0.0.1)
Command: $test