opam-version: "2.0" maintainer: [ "Akinori ABE " ] authors: [ "Akinori ABE" ] license: "MIT" homepage: "https://github.com/akabe/ocaml-mecab" bug-reports: "https://github.com/akabe/ocaml-mecab/issues" dev-repo: "git+https://github.com/akabe/ocaml-mecab.git" build: [ ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" "conf-mecab" {>= "0.996"} "camomile" {< "2.0.0"} "sexplib" "ppx_sexp_conv" "ocaml-migrate-parsetree" {build & < "2.0.0"} "ocamlfind" {build & >= "1.5.0"} "jbuilder" {>= "1.0+beta7"} ] synopsis: "An OCaml binding of MeCab, a part-of-speech and morphological analyzer." description: "MeCab is a open-sourced part-of-speech and morphological analyzer independent from languages, dictionaries, and corpuses, developed by a joint project team of Graduate School of Informatics in Kyoto University and NTT Communication Science Laboratories." url { src: "https://github.com/akabe/ocaml-mecab/archive/v0.0.0.tar.gz" checksum: [ "sha256=479b271ea2dc05e019b121396593b610b067d67650961358e33d2199dcf51810" "md5=e17ad800f8bd989a51feb0cafd16d903" ] }