forked from camlunity/ocaml-ketama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
37 lines (31 loc) · 904 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
37
OASISFormat: 0.2
Name: ocaml-ketama
Version: 0.0.3
Synopsis: ocaml-ketama is consistent hashing library written in ocaml
Authors: Roma Sokolov, Andrey Sidorenko
License: BSD4
Plugins: DevFiles (0.2), META (0.2), StdFiles (0.2)
BuildTools: ocamlbuild
Flag tests
Description: Build tests
Default: true
Library ketama
Path: src
Modules: Ketama
BuildDepends: str, uint.uint32
NativeOpt: -w @a
ByteOpt: -w @a
Executable test
Build$: flag(tests)
Install$: flag(tests)
Path: tests
Install: false
MainIs: test.ml
CompiledObject: best
BuildDepends: ketama, quickcheck
NativeOpt: -w @a -g
ByteOpt: -w @a
SourceRepository github
Type: git
Location: git://github.com/camlunity/ocaml-ketama.git
Browser: https://github.com/ocaml-ketama/cobson