this repo has no description
1opam-version: "2.0"
2synopsis: "Async wrapper for the OCaml Graphics library"
3maintainer: "Leo White <leo@lpw25.net>"
4authors: ["Leo White <leo@lpw25.net>"]
5homepage: "https://github.com/lpw25/async_graphics"
6bug-reports: "https://github.com/lpw25/async_graphics/issues"
7dev-repo: "git+https://github.com/lpw25/async_graphics"
8license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
9tags: [
10 "async"
11 "graphics"
12]
13depends: [
14 "dune"
15 "graphics"
16 "async" {>= "v0.9" & < "v0.15"}
17 "async_unix" {>= "v0.12" & < "v0.15"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 ["dune" "build" "-p" name "-j" jobs]
22 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
23]
24
25description: """
26`async_graphics` is a wrapper for the `graphics` library that
27provides `async` based event handling"""
28url {
29 src: "https://github.com/lpw25/async_graphics/archive/0.7.0.tar.gz"
30 checksum: [
31 "sha256=5b015ac517a308a546db8de70433db133098d46f89c054f12b89462f715793fc"
32 "md5=a4ee8d84a699c3b1fbdc1d1b892499bd"
33 ]
34}