-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
27 lines (24 loc) · 784 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
OASISFormat: 0.3
Name: monadlib
Version: 0.3
Synopsis: A starter library for monads, with transformers and applicatives.
Authors: Phil Scott
License: MIT
LicenseFile: LICENCE
Copyrights: (C) 2013 Phil Scott
BuildTools: ocamlbuild
Plugins: META (0.3)
Library monadlib
Path: src
Modules: LazyList, Noblock, TagTree, Monad, Applicative
BuildDepends: batteries (>= 2.0), threads
Install: true
XMETAEnable: true
Document monadlib
Title: API reference for monadlib
Type: ocamlbuild (0.3)
InstallDir: $htmldir/interdepend
Install: true
BuildTools+: ocamldoc
XOCamlbuildPath: src
XOCamlbuildModules: LazyList, Noblock, TagTree, Monad, Applicative