From 8228f0e550b27c4dac3687b8db83f9750d15a9b4 Mon Sep 17 00:00:00 2001 From: Jonah Beckford <9566106-jonahbeckford@users.noreply.gitlab.com> Date: Tue, 15 Nov 2022 20:18:03 -0800 Subject: [PATCH] Remove ocaml.opam * ocaml.opam has been central opam repository for months --- Makefile | 2 +- ocaml.opam | 32 -------------------------------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 ocaml.opam diff --git a/Makefile b/Makefile index 6fc0377..45ba9ac 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ install: create-switch OPAMSWITCH="$$PWD" && \ if [ -x /usr/bin/cygpath ]; then OPAMSWITCH=$$(/usr/bin/cygpath -aw "$$OPAMSWITCH"); fi && \ opam pin add ocaml -k version 4.12.1 --no-action --yes && \ - opam install ./ocaml.opam ./dkml-base-compiler.opam --yes + opam install ./dkml-base-compiler.opam --yes diff --git a/ocaml.opam b/ocaml.opam deleted file mode 100644 index b1cf7f0..0000000 --- a/ocaml.opam +++ /dev/null @@ -1,32 +0,0 @@ -opam-version: "2.0" -license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" -synopsis: "The OCaml compiler (virtual package)" -description: """ -This package requires a matching implementation of OCaml, -and polls it to initialise specific variables like `ocaml:native-dynlink`""" -maintainer: "platform@lists.ocaml.org" -depends: [ - "ocaml-config" {>= "2"} - "ocaml-base-compiler" {>= "4.12.1~" & < "4.12.2~"} | - "ocaml-variants" {>= "4.12.1~" & < "4.12.2~"} | - "ocaml-system" {>= "4.12.1" & < "4.12.2~"} | - "dkml-base-compiler" {>= "4.12.1~" & < "4.12.2~"} -] -setenv: [ - [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] - [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] - [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] -] -build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] -build-env: CAML_LD_LIBRARY_PATH = "" -homepage: "https://ocaml.org" -bug-reports: "https://github.com/ocaml/opam-repository/issues" -authors: [ - "Xavier Leroy" - "Damien Doligez" - "Alain Frisch" - "Jacques Garrigue" - "Didier Rémy" - "Jérôme Vouillon" -] -flags: conf