-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
45 lines (41 loc) · 844 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
43
44
45
OASISFormat: 0.4
Name: ocaml-memphis
Version: 0.1
Synopsis: An OCaml binding of the Memphis library
Authors: Jacques-Pascal Deplaix <[email protected]>
License: MIT
BuildTools: ocamlbuild
Plugins: META (0.3), DevFiles (0.3)
AlphaFeatures: compiled_setup_ml
Library "memphis"
Path: src
Modules:
Memphis_debug,
Memphis_rule_set,
Memphis_map,
Memphis_renderer
CSources:
memphis.c
InternalModules:
Cairo_bind,
Glib
BuildDepends:
ctypes.foreign,
cairo2
CCLib: -lmemphis-0.2
ByteOpt: -w A
NativeOpt: -w A
# +-------+
# | Tests |
# +-------+
Executable "tile_renderer"
Path: demos
Build$: flag(tests)
Install: false
CompiledObject: native
MainIs: tile_renderer.ml
BuildDepends: memphis
Test "tile-renderer"
Command: $tile_renderer
TestTools: tile_renderer
Run$: flag(tests)