opam-version: "2.0" maintainer: "Yaron M. Minsky " authors: "Yaron M. Minsky" license: "MIT" homepage: "https://github.com/yminsky/notty_async" bug-reports: "https://github.com/yminsky/notty_async/issues" dev-repo: "git+https://github.com/yminsky/notty_async.git" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.06.0"} "jbuilder" {>= "1.0+beta20"} "notty" {>= "0.2.1"} "async" {>= "v0.11.0" & < "v0.14"} "base" {>= "v0.11.0" & < "v0.14"} "ocaml-migrate-parsetree" {< "2.0.0"} ] synopsis: "An Async driver for Notty" description: """ Notty is a library for writing graphical terminal applications, and Notty_async is an Async driver, which makes it easy to build terminal applications using Async for managing concurrency.""" url { src: "https://github.com/yminsky/notty_async/archive/0.1.tar.gz" checksum: [ "sha256=dbbab74a67dc6a268f04d2ab141e236d1ae8b719fe5204ed108e792b543b63c2" "md5=8821833d6bad64499eeb269981d8277c" ] }