-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
36 lines (31 loc) · 786 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.3
Name: erm_logger
Version: 0.1
Synopsis: Small logger
Authors: Anastasia Gornostaeva
License: BSD3
LicenseFile: LICENCE
Plugins: DevFiles (0.3), META (0.3), StdFiles (0.3)
BuildTools: ocamlbuild
Library erm_logger
Path: .
Modules: Logger
BuildDepends: unix
Library "logger-syntax"
FindlibName: syntax
FindlibParent: erm_logger
XMETAType: syntax
XMETARequires: camlp4
Path: .
Modules: Pa_logger
BuildDepends: camlp4.lib, camlp4.extend, camlp4.quotations.o
Executable test
Path: tests/
Install: false
CompiledObject: best
MainIs: test.ml
BuildDepends: unix
SourceRepository github
Type: git
Location: git://github.com/ermine/logger.git
Browser: https://github.com/ermine/logger