this repo has no description
1opam-version: "2.0" 2maintainer: [ 3 "Akinori ABE <aabe.65535@gmail.com>" 4] 5authors: [ 6 "Akinori ABE" 7] 8license: "MIT" 9homepage: "https://github.com/akabe/ocaml-mecab" 10bug-reports: "https://github.com/akabe/ocaml-mecab/issues" 11dev-repo: "git+https://github.com/akabe/ocaml-mecab.git" 12build: [ 13 ["jbuilder" "build" "-p" name "-j" jobs] 14] 15depends: [ 16 "ocaml" 17 "conf-mecab" {>= "0.996"} 18 "camomile" {< "2.0.0"} 19 "sexplib" 20 "ppx_sexp_conv" 21 "ocaml-migrate-parsetree" {build & < "2.0.0"} 22 "ocamlfind" {build & >= "1.5.0"} 23 "jbuilder" {>= "1.0+beta7"} 24] 25synopsis: 26 "An OCaml binding of MeCab, a part-of-speech and morphological analyzer." 27description: 28 "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." 29url { 30 src: "https://github.com/akabe/ocaml-mecab/archive/v0.0.0.tar.gz" 31 checksum: [ 32 "sha256=479b271ea2dc05e019b121396593b610b067d67650961358e33d2199dcf51810" 33 "md5=e17ad800f8bd989a51feb0cafd16d903" 34 ] 35}