this repo has no description
1opam-version: "2.0"
2maintainer: "David Allsopp <david.allsopp@metastack.com>"
3bug-reports: "https://github.com/ocaml/opam-repository/issues"
4dev-repo: "git+https://github.com/ocaml/ocaml.git"
5authors: [ "Xavier Leroy"
6 "Jun Furuse"
7 "J-M Geffroy"
8 "Jacob Navia"
9 "Pierre Weis" ]
10homepage: "https://ocaml.org"
11license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
12build: [
13 ["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"]
14]
15install: [
16 ["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"]
17]
18depends: [
19 "conf-libX11"
20 "ocaml" {= "4.02.2"}
21]
22synopsis: "The OCaml graphics library"
23description:
24 "Ensures that the OCaml graphics library is available, building it if needed."
25url {
26 src: "http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.2.tar.gz"
27 checksum: [
28 "sha256=9d50c91ba2d2040281c6e47254c0c2b74d91315dd85cc59b84c5138c3a7ba78c"
29 "md5=359ad0ef89717341767142f2a4d050b2"
30 ]
31}
32extra-source "install.sh" {
33 src:
34 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/install.sh"
35 checksum: [
36 "sha256=98f1fffd42e82b00260597e6ee7bda91450d1525de6d8593a04eac6b856a60fd"
37 "md5=bcdb668c9cbc2e5b58aef6e185a9a845"
38 ]
39}
40extra-source "graphics.install" {
41 src:
42 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/graphics.install"
43 checksum: [
44 "sha256=4b604df039a6d6a3b07e35313faf4ccfd4db301a74a7982c98d09b92cc71cc91"
45 "md5=e9c9a65968f17cbee6407fe06ab7beff"
46 ]
47}
48extra-source "META" {
49 src:
50 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/META.4.02.2"
51 checksum: [
52 "sha256=905afa522712ef7c10b3312b9c2da7f8350840360a454a47f5235b58bff3c381"
53 "md5=77bc9f43ef46792d12f2a65f54b70e11"
54 ]
55}