opam-version: "2.0" synopsis: "Async wrapper for the OCaml Graphics library" maintainer: "Leo White " authors: ["Leo White "] homepage: "https://github.com/lpw25/async_graphics" bug-reports: "https://github.com/lpw25/async_graphics/issues" dev-repo: "git+https://github.com/lpw25/async_graphics" license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" tags: [ "async" "graphics" ] depends: [ "dune" "graphics" "async" {>= "v0.9" & < "v0.15"} "async_unix" {>= "v0.12" & < "v0.15"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] description: """ `async_graphics` is a wrapper for the `graphics` library that provides `async` based event handling""" url { src: "https://github.com/lpw25/async_graphics/archive/0.7.0.tar.gz" checksum: [ "sha256=5b015ac517a308a546db8de70433db133098d46f89c054f12b89462f715793fc" "md5=a4ee8d84a699c3b1fbdc1d1b892499bd" ] }