opam-version: "2.0" maintainer: "David Allsopp " bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml.git" authors: [ "Xavier Leroy" "Jun Furuse" "J-M Geffroy" "Jacob Navia" "Pierre Weis" ] homepage: "https://ocaml.org" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["sh" "./install.sh" "build" ocaml:preinstalled ocaml:lib ocaml:share _:share make "%{ocaml:native?allopt:}%"] ] install: [ ["sh" "./install.sh" "install" ocaml:preinstalled make _:lib stublibs "%{ocaml:native?installopt:}%"] ] depends: [ "conf-libX11" "ocaml" {= "4.07.0"} ] synopsis: "The OCaml graphics library" description: "Ensures that the OCaml graphics library is available, building it if needed." url { src: "https://github.com/ocaml/ocaml/archive/4.07.0.tar.gz" checksum: [ "sha256=8dd39da81beaad53a158e71c428f902b609d8f7f33fedf37f15c56be6c4cf840" "md5=1f78bb35a2f15d5ec737ee6a8dc6890d" ] } extra-source "install.sh" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/install.sh" checksum: [ "sha256=98f1fffd42e82b00260597e6ee7bda91450d1525de6d8593a04eac6b856a60fd" "md5=bcdb668c9cbc2e5b58aef6e185a9a845" ] } extra-source "graphics.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/graphics.install" checksum: [ "sha256=4b604df039a6d6a3b07e35313faf4ccfd4db301a74a7982c98d09b92cc71cc91" "md5=e9c9a65968f17cbee6407fe06ab7beff" ] } extra-source "META" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/graphics/META.4.07.0" checksum: [ "sha256=315d5ecccec8ba0702485d41b55a0aabc201560de0a7650a4dd99e129fda5aae" "md5=317bad0da80f02a9993e6bd70d3328b1" ] }