-
Notifications
You must be signed in to change notification settings - Fork 45
/
_oasis
33 lines (29 loc) · 881 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
OASISFormat: 0.4
Name: simplelib
Version: 0.0.1
Authors: Mauricio Fernandez <mfp@acm.org>
Maintainers: Mauricio Fernandez <mfp@acm.org>
Copyrights: (C) 2008 Mauricio Fernandez
LicenseFile: LICENSE
License: LGPL with OCaml linking exception
ConfType: custom (0.0.1)
if os_type(Win32)
XCustomConf: myconfigure.bat
XCustomBuild: make -f TopMakefile all 'OCAMLC=${ocamlc}' WIN32=true
else
XCustomConf: ./myconfigure
XCustomBuild: make -f TopMakefile all 'OCAMLC=${ocamlc}'
BuildType: custom (0.0.1)
XCustomBuildClean: make -f TopMakefile clean
XCustomBuildDistclean: make -f TopMakefile distclean
Synopsis: Minimal ADT just to illustrate how libs work.
Description:
Minimal ADT just to illustrate how libs work.
.
Not much more to say
Homepage: http://example.com
BuildDepends:
extlib
Library simplelib
Path: src
Modules: Foo, Bar