-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
29 lines (26 loc) · 852 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
OASISFormat: 0.3
Name: ocaml-btree
Version: 0.1
Synopsis: Persistent b-tree over Mirage Blkif (initially via Baardskeerder)
Authors: Chris Greenhalgh
License: BSD3
Plugins: META (0.3)
BuildTools: ocamlbuild
Library ocaml_btree
CompiledObject: best
Path: lib
Findlibname: btree
Modules: Btree
BuildDepends: lwt, lwt.syntax, cstruct, cstruct.syntax, mirage-baardskeerder, mirage-baardskeerder.mirage, mirage
Executable btree_test
CompiledObject: best
Path: test
MainIs: btree_test.ml
Build$: flag(tests)
Custom: true
Install: false
BuildDepends: lwt, lwt.syntax, cstruct, cstruct.syntax, oUnit, btree, unix-simple-blkdev
Test btree_test
Run$: flag(tests)
Command: $btree_test
WorkingDirectory:test