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.4.0.tar.gz"
24 checksum: [
25 "sha256=7d25846d50494e456a4bdbe942e18adc4cb608884fe5f8aec3ca9df94b46dd4a"
26 "md5=1e6fdaf6098396d5cbe54e20074aa96b"
27 ]
28}