this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/mew_vi"
5bug-reports: "https://github.com/kandu/mew_vi/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/kandu/mew_vi.git"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.02.3"}
13 "mew" {>= "0.1.0" & < "0.2"}
14 "react"
15 "dune" {>= "1.1.0"}
16]
17
18synopsis: "Modal editing witch, VI interpreter"
19description: """
20A vi-like modal editing engine generator."""
21
22url {
23 src: "https://github.com/kandu/mew_vi/archive/0.5.0.tar.gz"
24 checksum: [
25 "sha256=a692fa7cdcc9e80fd9387c4f61677776b9fc15f9f7175b4220fcd1a73d1bafda"
26 "md5=341e9a9a20383641015bf503952906bc"
27 ]
28}