this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://github.com/kandu/wseg/" 5bug-reports: "https://github.com/kandu/wseg/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/kandu/wseg.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.03.0"} 13 "dune" {>= "1.4"} 14 "base" {>= "v0.9"} 15 "stdio" {>= "v0.9"} 16 "trie" {>= "1.0"} 17 "camomile" {>= "1.0" & < "2.0.0"} 18] 19synopsis: 20 "A word identification system" 21description: 22 "The full technology page of the MMSEG system is available on http://technology.chtsai.org/wseg/" 23url { 24 src: "https://github.com/kandu/wseg/archive/0.3.0.tar.gz" 25 checksum: [ 26 "sha256=5b80072200df6f6a502ede38198415b1595ae3e117f52aa1e307437705d1b143" 27 "md5=e56244d34e92bda9c7a9fdea99734748" 28 ] 29}