opam-version: "2.0"
synopsis: "Realtime Vector Graphics with OpenGL"
description:
  "Lightweight, fast and declarative vector graphics rasterization using OpenGL"
maintainer: ["frederic.bour@lakaban.net"]
authors: ["Frédéric Bour"]
license: "BSD3"
homepage: "https://github.com/let-def/wall"
doc: "https://let-def.github.io/wall/doc"
bug-reports: "https://github.com/let-def/wall/issues"
depends: [
  "dune" {>= "1.11"}
  "ocaml"
  "gg"
  "result"
  "grenier"
  "conf-gles2"
  "stb_image"
  "stb_truetype" {>= "0.5"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/let-def/wall.git"
x-commit-hash: "b3739d934b1baf68b654beb98adcb02889e98a72"
url {
  src:
    "https://github.com/let-def/wall/releases/download/v0.4.1/wall-v0.4.1.tbz"
  checksum: [
    "sha256=fbcbba6a938aba99ba32d1113d2c9aa95c7c420fe7e750be6940eedafd9b93a9"
    "sha512=b31cb7d20d8d04e4f2eb9f1d8078e29f9fd0a9066a180a8e9848ba628caf6388b8a11ab769f331674e3f573b162da928a2ef5ad030834e04d8674d50c2a01311"
  ]
}
