From 1a0077087e88ec47b3b63d3cee5249e5c1c9a131 Mon Sep 17 00:00:00 2001 From: Fabrice Le Fessant Date: Fri, 15 Sep 2023 16:46:06 +0200 Subject: [PATCH] remove cross vscode opam packages --- opam/osx/interop-js-stubs-osx.opam | 57 ----------------- opam/osx/node-js-stubs-osx.opam | 60 ------------------ opam/osx/polka-js-stubs-osx.opam | 61 ------------------ opam/osx/vscode-debugadapter-osx.opam | 62 ------------------- opam/osx/vscode-debugprotocol-osx.opam | 60 ------------------ opam/osx/vscode-js-stubs-osx.opam | 60 ------------------ opam/osx/vscode-json-osx.opam | 57 ----------------- .../vscode-languageclient-js-stubs-osx.opam | 61 ------------------ opam/osx/vscode-package-json-osx.opam | 58 ----------------- opam/windows/interop-js-stubs-windows.opam | 57 ----------------- opam/windows/node-js-stubs-windows.opam | 60 ------------------ opam/windows/polka-js-stubs-windows.opam | 61 ------------------ opam/windows/vscode-debugadapter-windows.opam | 62 ------------------- .../windows/vscode-debugprotocol-windows.opam | 60 ------------------ opam/windows/vscode-js-stubs-windows.opam | 60 ------------------ opam/windows/vscode-json-windows.opam | 57 ----------------- ...scode-languageclient-js-stubs-windows.opam | 61 ------------------ opam/windows/vscode-package-json-windows.opam | 58 ----------------- 18 files changed, 1072 deletions(-) delete mode 100644 opam/osx/interop-js-stubs-osx.opam delete mode 100644 opam/osx/node-js-stubs-osx.opam delete mode 100644 opam/osx/polka-js-stubs-osx.opam delete mode 100644 opam/osx/vscode-debugadapter-osx.opam delete mode 100644 opam/osx/vscode-debugprotocol-osx.opam delete mode 100644 opam/osx/vscode-js-stubs-osx.opam delete mode 100644 opam/osx/vscode-json-osx.opam delete mode 100644 opam/osx/vscode-languageclient-js-stubs-osx.opam delete mode 100644 opam/osx/vscode-package-json-osx.opam delete mode 100644 opam/windows/interop-js-stubs-windows.opam delete mode 100644 opam/windows/node-js-stubs-windows.opam delete mode 100644 opam/windows/polka-js-stubs-windows.opam delete mode 100644 opam/windows/vscode-debugadapter-windows.opam delete mode 100644 opam/windows/vscode-debugprotocol-windows.opam delete mode 100644 opam/windows/vscode-js-stubs-windows.opam delete mode 100644 opam/windows/vscode-json-windows.opam delete mode 100644 opam/windows/vscode-languageclient-js-stubs-windows.opam delete mode 100644 opam/windows/vscode-package-json-windows.opam diff --git a/opam/osx/interop-js-stubs-osx.opam b/opam/osx/interop-js-stubs-osx.opam deleted file mode 100644 index 2e8047529..000000000 --- a/opam/osx/interop-js-stubs-osx.opam +++ /dev/null @@ -1,57 +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: "interop-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "interop-js-stubs" - "-x" - "osx" - "-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"} - "js_of_ocaml-osx" {>= "4"} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/osx/node-js-stubs-osx.opam b/opam/osx/node-js-stubs-osx.opam deleted file mode 100644 index 8fc967d56..000000000 --- a/opam/osx/node-js-stubs-osx.opam +++ /dev/null @@ -1,60 +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: "node-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "node-js-stubs" - "-x" - "osx" - "-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"} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/osx/polka-js-stubs-osx.opam b/opam/osx/polka-js-stubs-osx.opam deleted file mode 100644 index 5ee5e9022..000000000 --- a/opam/osx/polka-js-stubs-osx.opam +++ /dev/null @@ -1,61 +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: "polka-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "polka-js-stubs" - "-x" - "osx" - "-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"} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "node-js-stubs-osx" {= version} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/osx/vscode-debugadapter-osx.opam b/opam/osx/vscode-debugadapter-osx.opam deleted file mode 100644 index 9dbedc60a..000000000 --- a/opam/osx/vscode-debugadapter-osx.opam +++ /dev/null @@ -1,62 +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: "vscode-debugadapter" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-debugadapter" - "-x" - "osx" - "-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"} - "vscode-debugprotocol-osx" {= version} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "node-js-stubs-osx" {= version} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "3.0"} - "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 diff --git a/opam/osx/vscode-debugprotocol-osx.opam b/opam/osx/vscode-debugprotocol-osx.opam deleted file mode 100644 index 37405b2ac..000000000 --- a/opam/osx/vscode-debugprotocol-osx.opam +++ /dev/null @@ -1,60 +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: "vscode-debugprotocol" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-debugprotocol" - "-x" - "osx" - "-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"} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "3.0"} - "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 diff --git a/opam/osx/vscode-js-stubs-osx.opam b/opam/osx/vscode-js-stubs-osx.opam deleted file mode 100644 index a4415bafa..000000000 --- a/opam/osx/vscode-js-stubs-osx.opam +++ /dev/null @@ -1,60 +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: "vscode-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-js-stubs" - "-x" - "osx" - "-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"} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/osx/vscode-json-osx.opam b/opam/osx/vscode-json-osx.opam deleted file mode 100644 index 15817433f..000000000 --- a/opam/osx/vscode-json-osx.opam +++ /dev/null @@ -1,57 +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: "vscode-json" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-json" - "-x" - "osx" - "-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-osx" {} - "ez_file-osx" {>= "0.3.0" & < "1.0.0"} - "ppx_deriving_encoding" {>= "0.3.0" & < "1.0.0"} - "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 diff --git a/opam/osx/vscode-languageclient-js-stubs-osx.opam b/opam/osx/vscode-languageclient-js-stubs-osx.opam deleted file mode 100644 index 1781fe964..000000000 --- a/opam/osx/vscode-languageclient-js-stubs-osx.opam +++ /dev/null @@ -1,61 +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: "vscode-languageclient-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-languageclient-js-stubs" - "-x" - "osx" - "-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"} - "vscode-js-stubs-osx" {= version} - "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"} - "jsonoo-osx" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-osx" {>= "4"} - "interop-js-stubs-osx" {= version} - "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/osx/vscode-package-json-osx.opam b/opam/osx/vscode-package-json-osx.opam deleted file mode 100644 index e0aaef3c2..000000000 --- a/opam/osx/vscode-package-json-osx.opam +++ /dev/null @@ -1,58 +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: "vscode-package-json" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-package-json" - "-x" - "osx" - "-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"} - "vscode-json-osx" {= version} - "ezjsonm-osx" {} - "ez_file-osx" {>= "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 diff --git a/opam/windows/interop-js-stubs-windows.opam b/opam/windows/interop-js-stubs-windows.opam deleted file mode 100644 index 55de73531..000000000 --- a/opam/windows/interop-js-stubs-windows.opam +++ /dev/null @@ -1,57 +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: "interop-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "interop-js-stubs" - "-x" - "windows" - "-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"} - "js_of_ocaml-windows" {>= "4"} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/windows/node-js-stubs-windows.opam b/opam/windows/node-js-stubs-windows.opam deleted file mode 100644 index 2c9a7050b..000000000 --- a/opam/windows/node-js-stubs-windows.opam +++ /dev/null @@ -1,60 +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: "node-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "node-js-stubs" - "-x" - "windows" - "-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"} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/windows/polka-js-stubs-windows.opam b/opam/windows/polka-js-stubs-windows.opam deleted file mode 100644 index 58c9ad790..000000000 --- a/opam/windows/polka-js-stubs-windows.opam +++ /dev/null @@ -1,61 +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: "polka-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "polka-js-stubs" - "-x" - "windows" - "-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"} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "node-js-stubs-windows" {= version} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/windows/vscode-debugadapter-windows.opam b/opam/windows/vscode-debugadapter-windows.opam deleted file mode 100644 index 70f139998..000000000 --- a/opam/windows/vscode-debugadapter-windows.opam +++ /dev/null @@ -1,62 +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: "vscode-debugadapter" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-debugadapter" - "-x" - "windows" - "-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"} - "vscode-debugprotocol-windows" {= version} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "node-js-stubs-windows" {= version} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "3.0"} - "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 diff --git a/opam/windows/vscode-debugprotocol-windows.opam b/opam/windows/vscode-debugprotocol-windows.opam deleted file mode 100644 index 38315600b..000000000 --- a/opam/windows/vscode-debugprotocol-windows.opam +++ /dev/null @@ -1,60 +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: "vscode-debugprotocol" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-debugprotocol" - "-x" - "windows" - "-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"} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "3.0"} - "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 diff --git a/opam/windows/vscode-js-stubs-windows.opam b/opam/windows/vscode-js-stubs-windows.opam deleted file mode 100644 index c56cd0ab1..000000000 --- a/opam/windows/vscode-js-stubs-windows.opam +++ /dev/null @@ -1,60 +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: "vscode-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-js-stubs" - "-x" - "windows" - "-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"} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/windows/vscode-json-windows.opam b/opam/windows/vscode-json-windows.opam deleted file mode 100644 index 01b56d1d5..000000000 --- a/opam/windows/vscode-json-windows.opam +++ /dev/null @@ -1,57 +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: "vscode-json" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-json" - "-x" - "windows" - "-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-windows" {} - "ez_file-windows" {>= "0.3.0" & < "1.0.0"} - "ppx_deriving_encoding" {>= "0.3.0" & < "1.0.0"} - "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 diff --git a/opam/windows/vscode-languageclient-js-stubs-windows.opam b/opam/windows/vscode-languageclient-js-stubs-windows.opam deleted file mode 100644 index e6c1e64af..000000000 --- a/opam/windows/vscode-languageclient-js-stubs-windows.opam +++ /dev/null @@ -1,61 +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: "vscode-languageclient-js-stubs" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-languageclient-js-stubs" - "-x" - "windows" - "-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"} - "vscode-js-stubs-windows" {= version} - "promise_jsoo-windows" {>= "0.3.1" & < "1.0.0"} - "jsonoo-windows" {>= "0.2.1" & < "1.0.0"} - "js_of_ocaml-windows" {>= "4"} - "interop-js-stubs-windows" {= version} - "gen_js_api-windows" {>= "1.1.1" & < "2.0.0"} - "js_of_ocaml-ppx" {>= "4"} - "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 diff --git a/opam/windows/vscode-package-json-windows.opam b/opam/windows/vscode-package-json-windows.opam deleted file mode 100644 index 628cbe1e9..000000000 --- a/opam/windows/vscode-package-json-windows.opam +++ /dev/null @@ -1,58 +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: "vscode-package-json" -version: "0.1.0" -license: "MIT" -synopsis: "The superbol-vscode-platform project" -description: """\ -This is the description -of the superbol-vscode-platform OCaml project -""" -authors: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -maintainer: [ - "Fabrice Le Fessant " - "Emilien Lemaire " -] -homepage: "https://ocamlpro.github.io/superbol-vscode-platform" -doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx" -bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues" -dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git" -tags: "org:ocamlpro" -build: [ - ["dune" "subst"] {dev} - ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - "vscode-package-json" - "-x" - "windows" - "-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"} - "vscode-json-windows" {= version} - "ezjsonm-windows" {} - "ez_file-windows" {>= "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