opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://github.com/kandu/wseg/"
bug-reports: "https://github.com/kandu/wseg/issues"
license: "MIT"
dev-repo: "git://github.com/kandu/wseg.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.4"}
  "base" {>= "v0.9" & < "v0.15"}
  "stdio" {>= "v0.9" & < "v0.15"}
  "trie" {>= "1.0"}
  "camomile" {>= "1.0"}
]
synopsis:
  "A word identification system"
description:
  "The full technology page of the MMSEG system is available on http://technology.chtsai.org/wseg/"
url {
  src: "https://github.com/kandu/wseg/archive/0.3.0.tar.gz"
  checksum: "md5=e56244d34e92bda9c7a9fdea99734748"
}
