opam-version: "2.0"
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: "git+https://github.com/akabe/ocaml-mecab.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"
  "conf-mecab" {>= "0.996"}
  "camomile"
  "sexplib" {< "v0.15"}
  "ppx_sexp_conv" {< "v0.15"}
  "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: "md5=e17ad800f8bd989a51feb0cafd16d903"
}
