-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
45 lines (39 loc) · 1.04 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
OASISFormat: 0.2
Name: barbra
Version: 0.2
OCamlVersion: >= 3.12
Synopsis: Damn Simple Package Manager
Authors: camlunity
License: MIT
Plugins: META (0.2), StdFiles (0.2), DevFiles (0.2)
XStdFilesREADME: false
XStdFilesAUTHORS: false
BuildTools: ocamlbuild
Library barbra
Path: src
Modules: Barbra
BuildDepends: str,findlib
InternalModules: Config, Source, Install, Global, Types, Log, Syscaps,
Lexer, Parser, Env, SubCommand, ArgExt, FormatExt,
Recipe, Graph, ParserHelper
NativeOpt: -w @a -w -4
ByteOpt: -w @a -w -4
Executable brb
Path: bin
MainIs: brb.ml
BuildDepends: str,findlib
NativeOpt: -w @a -w -4
ByteOpt: -w @a -w -4
SourceRepository github
Type: git
Location: git://github.com/camlunity/barbra.git
#Executable test
# Build$: flag(tests)
# Install$: flag(tests)
# Path: tests
# Install: false
# CompiledObject: best
# MainIs: test.ml
Test main
Command: env OCAMLRUNPARAM=b $test
TestTools: test