this repo has no description
1opam-version: "2.0" 2maintainer: "zandoye@gmail.com" 3authors: [ "ZAN DoYe" ] 4homepage: "https://github.com/kandu/mew" 5bug-reports: "https://github.com/kandu/mew/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/kandu/mew.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.02.3"} 13 "result" 14 "trie" {>= "1.0.0"} 15 "dune" {>= "1.1.0"} 16] 17 18synopsis: "Modal editing witch" 19description: """ 20This is the core module of mew, a general modal editing engine generator.""" 21 22url { 23 src: "https://github.com/kandu/mew/archive/0.1.0.tar.gz" 24 checksum: [ 25 "sha256=64d38ceb52ef574cb314bdd693f7e4a9c9e483e80a58595db22f2df76a8a59e6" 26 "md5=2298149d1415cd804ab4e01f01ea10a0" 27 ] 28}