forked from ocaml-batteries-team/batteries-included
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
37 lines (30 loc) · 834 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
OASISFormat: 0.2
OCamlVersion: >= 3.12.0
Name: batteries
Version: 2.0beta2
Authors: Batteries Included Team
License: LGPL-2.1 with OCaml linking exception
LicenseFile: LICENSE
BuildType: custom (0.2)
InstallType: custom (0.2)
BuildTools: make
Synopsis: Extended OCaml Standard Library
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
Library "batteries"
Path: src/
Library "estring"
Path: libs/estring/