forked from ocaml-batteries-team/batteries-included
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
30 lines (26 loc) · 774 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
OASISFormat: 0.2
OCamlVersion: >= 3.11.0
Name: batteries
Version: 1.3.0
Authors: Batteries Included Team
License: LGPL-2.1 with OCaml linking exception
LicenseFile: LICENSE
BuildType: custom (0.2)
Synopsis: Extended OCaml Standard Library
BuildDepends: camomile (>= 0.7.0)
XCustomConf: echo "configured"
XCustomBuild: $make all
XCustomInstall: $make install
XCustomUninstall: $make uninstall
Document manual
Type: custom (0.2)
Title: Ocaml Batteries Documentation
XCustom: $make doc
Test main
Type: custom (0.2)
Command: $make test
SourceRepository master
Type: git
Location: git://github.com/ocaml-batteries-team/batteries-included.git
Branch: master
Browser: https://github.com/ocaml-batteries-team/batteries-included