-
Notifications
You must be signed in to change notification settings - Fork 1
/
_oasis
28 lines (25 loc) · 839 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
OASISFormat: 0.4
Name: iso9660-filesystem
Version: 0.1
Synopsis: ISO9660 filesystem manipulation
Authors: Jon Ludlam
License: ISC
Plugins: META (0.4)
BuildTools: ocamlbuild
Library iso
Pack: true
CompiledObject: best
Path: lib
Findlibname: iso-filesystem
Modules: Descriptors, Pathtable, Multibyte, Susp, Isofs, Records, Timestamps, Result, S
BuildDepends: cstruct, re, mirage-types, lwt, stringext
Executable test
CompiledObject: best
Path: lib_test
MainIs: test.ml
Custom: true
Install: false
BuildDepends: lwt, lwt.unix, iso-filesystem, cstruct, oUnit, mirage-block-unix, io-page, io-page.unix
Test test
Command: ./test.native
Run: true