-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_oasis
54 lines (44 loc) · 1.35 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
OASISFormat: 0.4
Name: wshiml
Version: 0.1.0
Synopsis: Near-duplicate document detection by word shingling
Authors: Kevin Brubeck Unhammer
License: LGPL-2.1 with OCaml linking exception
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Description: Near-duplicate document detection by word shingling; library and example command line program.
Homepage: https://github.com/unhammer/wshiml
Library "wshiml"
Path: src
Modules: Wshiml
InternalModules: Ymse
Flag "cli"
Description: Install example command line program to find similar docs
Default: false
Executable "find-similar-docs"
Build$: flag(cli)
Install$: flag(cli)
Path: examples
MainIs: find_similar_docs.ml
BuildDepends: wshiml, cmdliner
CompiledObject: best
Executable "run_qcheck"
Path: tests/
Install: false
CompiledObject: native
Build$: flag(tests)
MainIs: run_qcheck.ml
BuildDepends: wshiml, qcheck
Test all
Command: $run_qcheck
TestTools: run_qcheck
Run$: flag(tests)
AlphaFeatures: ocamlbuild_more_args
Document "wshiml_api"
Type: ocamlbuild (0.4)
BuildTools: ocamldoc
Title: API reference for Wshiml
XOCamlbuildPath: .
XOCamlbuildExtraArgs:
"-docflags '-colorize-code -short-functors -charset utf-8'"
XOCamlbuildLibraries: wshiml