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" {= "3.11.1"} 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-3.11/ocaml-3.11.1.tar.gz" 27 checksum: [ 28 "sha256=70bf4ec660b07c9119123eb8ef2a5d9e5e98fac8c4082cca33b2622e91386b53" 29 "md5=069aa55d40e548280f92af693f6c625a" 30 ] 31} 32extra-source "PR5477.patch" { 33 src: 34 "https://raw.githubusercontent.com/metastack/ocaml-legacy/master/PR5477-to-3.12.1.patch" 35 checksum: [ 36 "sha256=b1ee2671d03eb583c4e90dbb467a30e32b9c5a67c131b204dcbd5a0eb49d853d" 37 "md5=f81b445f189af91b18c1a6fa5bcb9ac4" 38 ] 39} 40patches: ["PR5477.patch"] 41extra-source "install.sh" { 42 src: 43 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/install.sh" 44 checksum: [ 45 "sha256=98f1fffd42e82b00260597e6ee7bda91450d1525de6d8593a04eac6b856a60fd" 46 "md5=bcdb668c9cbc2e5b58aef6e185a9a845" 47 ] 48} 49extra-source "graphics.install" { 50 src: 51 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/graphics.install" 52 checksum: [ 53 "sha256=4b604df039a6d6a3b07e35313faf4ccfd4db301a74a7982c98d09b92cc71cc91" 54 "md5=e9c9a65968f17cbee6407fe06ab7beff" 55 ] 56} 57extra-source "META" { 58 src: 59 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/META.3.11.1" 60 checksum: [ 61 "sha256=1bb472f4fb1f80fa3d2507ab07d589324bbcf30adff96900f46206f8df31f37f" 62 "md5=55f6343ff2de3907060679f0f31ec910" 63 ] 64}