-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
44 lines (37 loc) · 980 Bytes
/
_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
OASISFormat: 0.4
Name: ℚ_types
Version: 0.1
Synopsis: Rational arithmetic at type level library
Authors: Octachron
License: LGPL-3.0 with OCaml linking exception
AlphaFeatures: ocamlbuild_more_args
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
XOCamlbuildExtraArgs: "-use-ocamlfind"
Library "ℚ_types"
Path: src
Modules: Natural, Logic_gates, Integer, Opt_integer_ops, Integer_ops, Fraction
Executable "basic_example"
Path: examples
MainIs: basic_example.ml
BuildDepends: ℚ_types
Install:false
CompiledObject:Best
Executable "test_integer"
Path: examples
MainIs: test_integer.ml
BuildDepends: ℚ_types
Install:false
CompiledObject:Best
Executable "test_gates"
Path: examples
MainIs: test_gates.ml
BuildDepends: ℚ_types
Install:false
CompiledObject:Best
Executable "test_fraction"
Path: examples
MainIs: test_fraction.ml
BuildDepends: ℚ_types
Install:false
CompiledObject:Best