this repo has no description
1opam-version: "2.0"
2maintainer: "Yaron M. Minsky <yminsky@gmail.com>"
3authors: "Yaron M. Minsky"
4license: "MIT"
5homepage: "https://github.com/yminsky/notty_async"
6bug-reports: "https://github.com/yminsky/notty_async/issues"
7dev-repo: "git+https://github.com/yminsky/notty_async.git"
8
9build: [
10 ["jbuilder" "subst" "-p" name] {dev}
11 ["jbuilder" "build" "-p" name "-j" jobs]
12]
13
14depends: [
15 "ocaml" {>= "4.06.0"}
16 "jbuilder" {>= "1.0+beta20"}
17 "notty" {>= "0.2.1"}
18 "async" {>= "v0.11.0" & < "v0.14"}
19 "base" {>= "v0.11.0" & < "v0.14"}
20 "ocaml-migrate-parsetree" {< "2.0.0"}
21]
22synopsis: "An Async driver for Notty"
23description: """
24Notty is a library for writing graphical terminal applications, and
25Notty_async is an Async driver, which makes it easy to build terminal
26applications using Async for managing concurrency."""
27url {
28 src: "https://github.com/yminsky/notty_async/archive/0.1.tar.gz"
29 checksum: [
30 "sha256=dbbab74a67dc6a268f04d2ab141e236d1ae8b719fe5204ed108e792b543b63c2"
31 "md5=8821833d6bad64499eeb269981d8277c"
32 ]
33}