opam-version: "2.0"
maintainer: "jeremie@dimino.org"
authors: ["Jérémie Dimino <jeremie@dimino.org>"]
homepage: "https://github.com/ocaml/graphics"
bug-reports: "https://github.com/ocaml/graphics/issues"
doc: "https://ocaml.github.io/graphics/"
dev-repo: "git+https://github.com/ocaml/graphics.git"
license: "LGPL 2.1 with linking exception"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.06.1"}
  "dune" {build & >= "1.6"}
]
synopsis: "Graphics library"
description: """
The graphics library provides a set of portable drawing
primitives. Drawing takes place in a separate window that is created
when Graphics.open_graph is called.

This library used to be distributed with OCaml up to OCaml 4.08.
"""
