forked from alanfalloon/ocaml-quickcheck
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_oasis
30 lines (27 loc) · 797 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
OASISFormat: 0.2
Name: ocaml-quickcheck
Version: 0.0.3
Synopsis: Ocaml port of haskell QuickCheck -- probabilistic testing
Authors: Alan Falloon, Roma Sokolov
License: MIT
LicenseFile: LICENSE
Plugins: DevFiles (0.2), META (0.2), StdFiles (0.2)
BuildTools: ocamlbuild
BuildDepends: optcomp
Library quickcheck
Path: src
Modules: QuickCheck,
QuickCheck_gen,
QuickCheck_util
NativeOpt: -w @a -g
ByteOpt: -w @a -g
Executable test
Path: tests/
Install: false
CompiledObject: best
MainIs: test.ml
BuildDepends: quickcheck
SourceRepository github
Type: git
Location: git://github.com/camlunity/ocaml-quickcheck.git
Browser: https://github.com/camlunity/ocaml-quickcheck