-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_oasis
More file actions
26 lines (23 loc) · 738 Bytes
/
Copy path_oasis
File metadata and controls
26 lines (23 loc) · 738 Bytes
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
OASISFormat: 0.4
Name: multiverse
Version: 0.0.0
Synopsis: Strategy game engine with parallel universes and wormholes.
Authors: Siraaj Khandkar <siraaj@khandkar.net>
License: MIT
BuildTools: ocamlbuild
Library multiverse
Path: ./src/multiverse
FindlibName: multiverse
Modules: Multiverse
CompiledObject: byte
Executable test_multiverse
Path: ./tests/multiverse
MainIs: test_multiverse.ml
Build$: flag(tests)
Install: false
CompiledObject: byte
BuildDepends: oUnit (>= 2.0.0), multiverse
Test test_multiverse
Command: $test_multiverse
WorkingDirectory: ./tests/multiverse
Run$: flag(tests)