-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
47 lines (37 loc) · 1.03 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
Name: espresso-mv
Version: 0.1
Synopsis: Multiple-Valued logic function minimizer
Authors: Alexandre JANNIAUX <alexandre.janniaux@gmail.com>
License: GPL
Description: Rudell's work implementation in ocaml.
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library "espresso"
Path: espresso-mv
Modules: MultipleValued, Complement, Tautology, Expand, Reduce, Irredundant, Partition, MVDebug, Covering, Espresso
BuildDepends: str
Executable "unittests"
Path: tests
MainIs: tests.ml
BuildDepends: unix, oUnit, espresso
Install: false
Executable "sandbox"
Path: sandbox
MainIs: sandbox.ml
BuildDepends: espresso, unix, str
Install: false
Library "quinemc"
Path: quine-mc
Modules: Expand,Read,Tools,Covering,Benchmark
BuildDepends: str
Executable "quine"
Path: quine-executable
MainIs: quine.ml
BuildDepends: str, quinemc
Install: false
Test "unittests"
Run$: flag(tests)
TestTools: unittests
Command: $unittests
WorkingDirectory: tests