From 8e9337e97897f6936006cc3cd729342dc69664e5 Mon Sep 17 00:00:00 2001 From: Nicolas Berthier Date: Thu, 2 Nov 2023 11:10:20 +0100 Subject: [PATCH] Remove outdated/redundant `opam/package-json.opam` --- opam/package-json.opam | 49 ------------------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 opam/package-json.opam diff --git a/opam/package-json.opam b/opam/package-json.opam deleted file mode 100644 index 85b349f35..000000000 --- a/opam/package-json.opam +++ /dev/null @@ -1,49 +0,0 @@ -# This file was generated by `drom` from `drom.toml`. -# Do not modify, or add to the `skip` field of `drom.toml`. -opam-version: "2.0" -name: "package-json" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-extension project" -description: """\ -This is the description -of the superbol-vscode-extension OCaml project -""" -authors: ["Fabrice Le Fessant "] -maintainer: ["Fabrice Le Fessant "] -homepage: "https://ocamlpro.github.io/superbol-vscode-extension" -doc: "https://ocamlpro.github.io/superbol-vscode-extension/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-extension/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-extension.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] - ["sh" "-c" "./scripts/after.sh build '%{name}%'"] -] -install: [ - ["sh" "-c" "./scripts/before.sh install '%{name}%'"] -] -depends: [ - "ocaml" {>= "4.13.0"} - "dune" {>= "2.7.0"} - "ezjsonm" {} - "ez_file" {>= "0.3.0" & < "1.0.0"} - "ppx_deriving_encoding" {} - "ppx_inline_test" {with-test} - "ppx_expect" {with-test} - "odoc" {with-doc} - "ocamlformat" {with-test} -] -# Content of `opam-trailer` field: \ No newline at end of file