-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
34 lines (30 loc) · 776 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
OASISFormat: 0.4
Name: Glicko2
Version: 1.0.0
Synopsis: Ocaml implementation of the Glicko2 rating system
Authors: jlouis, bruce-ricard
License: LGPL-2.1 with OCaml linking exception
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Library glicko2
Path: src
BuildDepends: logs, logs.fmt, threads
InternalModules: Glicko_internal, InternalLogs, Default_values
Modules: Glicko2, Glicko2_types
Executable test
Path: test
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends: alcotest, glicko2
MainIs: test.ml
Executable examples
Path: example
CompiledObject: best
Install: false
BuildDepends: glicko2
MainIs: main.ml
Test test
Command: $test
WorkingDirectory: test/
Run: true