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"}
]
patches: ["fix-ocaml-dev.patch"]
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"
extra-files: [
  ["fix-ocaml-dev.patch" "md5=a910338a6a29bb39faf000d4ca8ce1dc"]
]
url {
  src: "https://github.com/let-def/wall/releases/download/v0.4/wall-v0.4.tbz"
  checksum: [
    "sha256=3e3001730e8308378da9bf7430d26dfe01d34410acf2384d2de68c140698ea52"
    "sha512=aa3d3ad9733ca6da8b64d6f1ad7cf00607b17f416279915133abd11aebb2ad9c2efc2c011bb0665a9aa66688ced59f8fa7a87fff6c2942385c0a31d373e87ae0"
  ]
}
