-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
49 lines (44 loc) · 1.23 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
OASISFormat: 0.4
OCamlVersion: >= 4.03.0
Name: icfpc
Version: 2016
Synopsis: λ-llama submission for ICFP contest 2016
Authors: Sergei Lebedev <[email protected]>
License: MIT
BuildTools: ocamlbuild
BuildDepends: core_kernel,
num
Library origami
Path: src
BuildDepends: ppx_deriving.std,
Modules: Vertex,
Segment,
Facet,
Convexhull,
Figure,
Input,
Output,
Engine,
Tests
InternalModules: Internal
CompiledObject: best
Executable main
Path: bin
BuildDepends: origami
MainIs: main.ml
CompiledObject: best
Executable solver
Path: bin
BuildDepends: origami
MainIs: solver.ml
CompiledObject: best
Executable solver_bf
Path: bin
BuildDepends: origami
MainIs: solver_bf.ml
CompiledObject: best
Executable test_runner
Path: bin
BuildDepends: origami
MainIs: test_runner.ml
CompiledObject: best