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.1.0.tar.gz"
24 checksum: [
25 "sha256=e65a41bb96c52c2eba5ea9bcb73698be272737b96142870029ec4e80247de964"
26 "md5=8aa59274ac94c987c9b8fbca0ceb68a5"
27 ]
28}