forked from strymonas/staged-streams.ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
executable file
·49 lines (42 loc) · 1.41 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
Name: stream_s
Version: 0.1
Synopsis: Stream Fusion, Staged
Authors:
Oleg Kiselyov,
Aggelos Biboudis,
Nick Palladinos,
Yannis Smaragdakis
BuildTools: ocamlbuild
License: MIT
Plugins:
META (0.4),
DevFiles (0.4)
# +-------------------------------------------------------------------+
# | Flags |
# +-------------------------------------------------------------------+
Flag all
Description: Build and install everything
Default: false
# +-------------------------------------------------------------------+
# | Libraries |
# +-------------------------------------------------------------------+
Library stream_s
Findlibname: staged-streams
Path: lib
BuildTools: ocamlbuild
InternalModules: Stream_constructors, Stream_combinators
Modules: Stream_s
# +-------------------------------------------------------------------+
# | Tests |
# +-------------------------------------------------------------------+
Executable test_stream
Path: test
MainIs: test_stream.ml
Build$: flag(tests)
Install: false
BuildDepends: staged-streams, oUnit
Test stream
Command: $test_stream
TestTools: test_stream
Run$: flag(tests)