-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
38 lines (34 loc) · 1.15 KB
/
_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
37
OASISFormat: 0.4
Name: posix-clock
Version: 0.4.0
Synopsis: POSIX clocks
Authors: Markus W. Weissmann <[email protected]>
Maintainers: Markus W. Weissmann <[email protected]>
Homepage: https://github.com/mwweissmann/ocaml-posix-clock/
License: MIT
Plugins: META (0.4)
Library "posix-clock"
Path: src/
BuildTools: ocamlbuild
Modules: Posix_clock
CSources: clock.c
CCLib: -lrt
CCOpt: -O2 -Wall -Wextra -Wno-unused-parameter -I $libdir
BuildDepends: result, posix-time, unix
Document "api"
Title: API reference for POSIX clock
Type: ocamlbuild (0.4)
Install: false
BuildTools: ocamlbuild, ocamldoc
Format: HTML
Index: index.html
XOCamlbuildPath: src/
XOCamlbuildLibraries: posix-clock
Executable "test"
Path: test/
MainIs: test.ml
BuildDepends: posix-clock
CompiledObject: best
BuildTools: ocamlbuild
Install: false
Build: true