-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mecab.opam
37 lines (37 loc) · 1.04 KB
/
mecab.opam
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
opam-version: "1.2"
name: "origami"
version: "dev"
maintainer: [
"Akinori ABE <aabe.65535@gmail.com>"
]
authors: [
"Akinori ABE"
]
license: "MIT"
homepage: "https://github.com/akabe/ocaml-mecab"
bug-reports: "https://github.com/akabe/ocaml-mecab/issues"
dev-repo: "https://github.com/akabe/ocaml-mecab.git"
available: [ ocaml-version >= "4.03.0" ]
build: [
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
build-test: [
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
]
depends: [
"camomile"
"sexplib"
"ppx_sexp_conv" {build}
"ocamlfind" {build & >= "1.5.0"}
"jbuilder" {build & >= "1.0+beta7"}
"ounit" {test & >= "2.0.0"}
"re" {test}
]
depexts: [
[["debian"] ["mecab" "libmecab-dev"]]
[["ubuntu"] ["mecab" "libmecab-dev"]]
[["fedora"] ["mecab" "mecab-devel"]]
[["source" "centos"] ["https://gist.githubusercontent.com/akabe/e649732722c4d0858afc4aaa33900bf1/raw/opam-src-mecab.sh"]]
[["source" "alpine"] ["https://gist.githubusercontent.com/akabe/e649732722c4d0858afc4aaa33900bf1/raw/opam-src-mecab.sh"]]
[["osx" "homebrew"] ["mecab"]]
]