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.12.0"} 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.12/ocaml-3.12.0.tar.gz" 27 checksum: [ 28 "sha256=d964b385e110c1517c9de1c6331476d5e7a3585cc692b6b6b8973f3a9be7da4b" 29 "md5=3ba7cc65123c3579f14e7c726d3ee782" 30 ] 31} 32patches: ["file_download.php?file_id=418&type=bug" "PR5477.patch"] 33extra-source "file_download.php?file_id=418extra-source {type=bug" { 34 src: "http://caml.inria.fr/mantis/file_download.php?file_id=418&type=bug" 35 checksum: [ 36 "sha256=612a9ac108bbfce2238aa5634123da162f0315dedb219958be705e0d92dcdd8e" 37 "md5=8c664a0a346424ea2ec6fc6f713170c6" 38 ] 39} 40extra-source "PR5477.patch" { 41 src: 42 "https://raw.githubusercontent.com/metastack/ocaml-legacy/master/PR5477-to-3.12.1.patch" 43 checksum: [ 44 "sha256=b1ee2671d03eb583c4e90dbb467a30e32b9c5a67c131b204dcbd5a0eb49d853d" 45 "md5=f81b445f189af91b18c1a6fa5bcb9ac4" 46 ] 47} 48extra-source "install.sh" { 49 src: 50 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/install.sh" 51 checksum: [ 52 "sha256=98f1fffd42e82b00260597e6ee7bda91450d1525de6d8593a04eac6b856a60fd" 53 "md5=bcdb668c9cbc2e5b58aef6e185a9a845" 54 ] 55} 56extra-source "graphics.install" { 57 src: 58 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/graphics.install" 59 checksum: [ 60 "sha256=4b604df039a6d6a3b07e35313faf4ccfd4db301a74a7982c98d09b92cc71cc91" 61 "md5=e9c9a65968f17cbee6407fe06ab7beff" 62 ] 63} 64extra-source "META" { 65 src: 66 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/META.3.12.0" 67 checksum: [ 68 "sha256=fce38712489ebc606a3d2afa1ef7325e4ee204388f93a135d470c6779b0435cf" 69 "md5=b1ca11d3ca48378167c67d197e8e6991" 70 ] 71}