forked from mirage/ocaml-tar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
60 lines (52 loc) · 1.54 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
OASISFormat: 0.4
Name: tar
Version: 0.4.1
Synopsis: Pure OCaml library to read and write tar files
Authors: Dave Scott, Thomas Gazagnaire, David Allsopp
License: ISC
Plugins: META (0.4)
Flag lwtunix
Default: true
Flag Mirage
Default: true
Library tar
Path: lib
BuildTools: ocamlbuild
Modules: Tar
BuildDepends: cstruct, re.str
Findlibname: tar
Library tar_unix
Path: lib
BuildTools: ocamlbuild
Modules: Tar_unix
BuildDepends: tar
Findlibname: unix
Findlibparent: tar
Library tar_lwt_unix
Build$: flag(lwtunix)
Path: lib
BuildTools: ocamlbuild
Modules: Tar_lwt_unix
BuildDepends: tar, lwt, lwt.unix
Findlibname: lwt
Findlibparent: tar
Library tar_mirage
Build$: flag(mirage)
Path: lib
BuildTools: ocamlbuild
Modules: Tar_mirage
BuildDepends: tar, lwt, mirage-types.lwt, io-page
Findlibname: mirage
Findlibparent: tar
Executable parse_test
Build$: flag(tests)
CompiledObject: best
BuildTools: ocamlbuild
Path: lib_test
MainIs: parse_test.ml
Custom: true
Install: false
BuildDepends: tar, tar.lwt, tar.unix, tar.mirage, cstruct, oUnit, mirage-block-unix, io-page.unix
Test parse_test
Command: ./parse_test.native
Run: true