this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://bitbucket.org/zandoye/mmseg/"
5bug-reports: "https://bitbucket.org/zandoye/mmseg/issues"
6license: "MIT"
7dev-repo: "hg+https://bitbucket.org/zandoye/mmseg"
8build: [
9 [make]
10 [make "doc"] {with-doc}
11]
12install: [
13 [make "install"]
14 [make "DOCDIR=%{doc}%/mmseg" "install-doc"] {with-doc}
15]
16remove: [
17 ["ocamlfind" "remove" "mmseg"]
18 ["rm" "-rf" "%{doc}%/mmseg"]
19]
20depends: [
21 "ocaml" {>= "4.00.1"}
22 "ocamlfind" {build}
23 "core_kernel" {< "v0.13"}
24 "trie"
25 "camomile" {< "2.0.0"}
26]
27synopsis:
28 "A word identification system based on the maximum matching algorithm"
29description:
30 "The full technology page of the MMSEG system is available on http://technology.chtsai.org/mmseg/"
31flags: light-uninstall
32url {
33 src: "https://github.com/kandu/mmseg/archive/refs/tags/0.1.1.tar.gz"
34 checksum: [
35 "sha256=61488154d34ffe162054cf5d96e69902a9d39f06d5480d62fe65e78c8cd78e70"
36 "md5=8313f2e8e1f42c5871f861e4f6a23f9f"
37 ]
38}