-
Notifications
You must be signed in to change notification settings - Fork 45
/
_oasis
37 lines (33 loc) · 944 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
OASISFormat: 0.4
Name: with-subpackage
Version: 0.0
Synopsis: Simple library package with a sub library
Authors: Sylvain Le Gall
License: LGPL with OCaml linking exception
Plugins: META (0.0.1)
BuildTools: ocamlbuild
Library test
Path: src
Modules: A, B
Document test
Title: API reference for test
Type: ocamlbuild (0.1.0)
InstallDir: $htmldir/test
BuildTools+: ocamldoc
XOCamlbuildPath: src
XOCamlbuildLibraries: test
# This library will be installed with library 'test' above
# and will be named 'test.syntax'.
Library pa_test
Path: src/syntax
Modules: Pa_test
FindlibName: syntax
FindlibParent: test
CompiledObject: byte
Executable mytest
Path: src
MainIs: main.ml
# We need to use the findlib name to build depend on
# pa_test library.
BuildDepends: test.syntax, test
Install: false