File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/graphics/graphics.5.2.0 Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "The OCaml graphics library"
3+ description: """
4+ The graphics library provides a set of portable drawing
5+ primitives. Drawing takes place in a separate window that is created
6+ when Graphics.open_graph is called.
7+
8+ This library used to be distributed with OCaml up to OCaml 4.08.
9+ """
10+ 11+ authors: [
12+ "Xavier Leroy" "Jun Furuse" "J-M Geffroy" "Jacob Navia" "Pierre Weis"
13+ ]
14+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
15+ homepage: "https://github.com/ocaml/graphics"
16+ bug-reports: "https://github.com/ocaml/graphics/issues"
17+ x-maintenance-intent: ["(latest)"]
18+ depends: [
19+ "dune" {>= "2.7"}
20+ "dune-configurator"
21+ "conf-libX11" {os != "win32"}
22+ "conf-libXft" {os != "win32"}
23+ "conf-pkg-config" {os != "win32"}
24+ "ocaml" {>= "4.09.0~~"}
25+ ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ [
29+ "dune"
30+ "build"
31+ "-p"
32+ name
33+ "-j"
34+ jobs
35+ "@install"
36+ "@runtest" {with-test}
37+ "@doc" {with-doc}
38+ ]
39+ ]
40+ dev-repo: "git+https://github.com/ocaml/graphics.git"
41+ url {
42+ src:
43+ "https://github.com/ocaml/graphics/archive/refs/tags/5.2.0.tar.gz"
44+ checksum: [
45+ "sha256=baa99f5316c26df0844ee68921f531e554aab7ea2a1c881f30bd8365309077b0"
46+ "sha512=3a9a534b438aff86fd7ac83b394ae118e79538dcce7787e587039310b6e8fd9b352cadd54392c6190bbf8127e227bcefec1902c714ed2dc987a6e5694170b6b4"
47+ ]
48+ }
You can’t perform that action at this time.
0 commit comments