Authors:
diff --git a/docs/index.html.drom-tpl b/docs/index.html.drom-tpl
new file mode 100644
index 000000000..c22a11b63
--- /dev/null
+++ b/docs/index.html.drom-tpl
@@ -0,0 +1,35 @@
+
+
+
+
+
SuperBOL Studio OSS
+
+
+
+
+
+
+
+
+- Official Project
+!{li-github}
+![if:gen:docs]!{li-doc-gen}![fi]
+
+!{li-bug-reports}
+
+
Authors:
+
+
+
+ !(readme-trailer:md-to-html)
+
+
+
+
Copyright © !{copyright}
+
+
+
+
diff --git a/drom.toml b/drom.toml
index b39b84edb..ad374f33c 100644
--- a/drom.toml
+++ b/drom.toml
@@ -11,29 +11,26 @@ edition = "4.14.1"
github-organization = "ocamlpro"
license = "MIT"
min-edition = "4.14.0"
-name = "superbol-vscode-platform"
+name = "superbol-studio-oss"
skeleton = "program"
-synopsis = "The superbol-studio-oss project"
+synopsis = "SuperBOL Studio OSS Project"
version = "0.1.0"
+dev-repo = "https://github.com/ocamlpro/superbol-studio-oss"
+bug-reports = "https://github.com/ocamlpro/superbol-studio-oss/issues"
# keys that you could also define:
# odoc-target = "...odoc-target..."
# sphinx-target = "...sphinx-target..."
# archive = "...archive..."
-# dev-repo = "...dev-repo..."
-# bug-reports = "...bug-reports..."
# doc-api = "...doc-api..."
# doc-gen = "...doc-gen..."
# homepage = "...homepage..."
[project]
-description = """
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+description = """SuperBOL Studio OSS is a new platform for COBOL"""
[project]
-skip = ["@test", "@ocamlformat", "@ocp-indent", "README.md", "sphinx/about.rst", "LICENSE.md", "sphinx/index.rst"]
+skip = ["@test", "@ocamlformat", "@ocp-indent", "README.md", "sphinx/about.rst", "LICENSE.md", "sphinx/index.rst", "sphinx/install.rst"]
# project-wide library dependencies (not for package-specific deps)
[dependencies]
@@ -102,6 +99,11 @@ github-workflow-after-build = """
"""
+[[package]]
+dir = "src/superbol-studio-oss"
+# edit 'src/superbol-studio-oss/package.toml' for package-specific options
+
+
[[package]]
dir = "src/vscode/superbol-vscode-platform"
# edit 'src/vscode/superbol-vscode-platform/package.toml' for package-specific options
diff --git a/dune-project b/dune-project
index d1f648d14..dccfaf385 100644
--- a/dune-project
+++ b/dune-project
@@ -2,16 +2,28 @@
; This file was generated by drom, using drom.toml
(cram enable)
-(name superbol-vscode-platform)
+(name superbol-studio-oss)
(generate_opam_files false)
(version 0.1.0)
(formatting (enabled_for ocaml reason))
(using menhir 2.0)
+(package
+ (name superbol-studio-oss)
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "Virtual package that depends on both the VSCode extension and the LSP server.")
+ (depends
+ (ocaml (>= 4.14.0))
+ (superbol-vscode-platform (= version))
+ (superbol-free (= version))
+ odoc
+ )
+ )
+
(package
(name superbol-vscode-platform)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(vscode-languageclient-js-stubs (= version))
@@ -30,8 +42,8 @@
(package
(name polka-js-stubs)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(promise_jsoo (and (>= 0.3.1) (< 1.0.0)))
@@ -47,8 +59,8 @@
(package
(name interop-js-stubs)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(js_of_ocaml ( >= 4 ))
@@ -60,8 +72,8 @@
(package
(name node-js-stubs)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(promise_jsoo (and (>= 0.3.1) (< 1.0.0)))
@@ -76,8 +88,8 @@
(package
(name vscode-js-stubs)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(promise_jsoo (and (>= 0.3.1) (< 1.0.0)))
@@ -92,8 +104,8 @@
(package
(name vscode-languageclient-js-stubs)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(vscode-js-stubs (= version))
@@ -109,8 +121,8 @@
(package
(name vscode-json)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(ppx_deriving_encoding (and (>= 0.3.0) (< 1.0.0)))
@@ -123,8 +135,8 @@
(package
(name vscode-debugadapter)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(vscode-debugprotocol (= version))
@@ -141,8 +153,8 @@
(package
(name vscode-debugprotocol)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(promise_jsoo (and (>= 0.3.1) (< 1.0.0)))
@@ -157,8 +169,8 @@
(package
(name superbol-free)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(superbol_free_lib (= version))
@@ -168,8 +180,8 @@
(package
(name superbol_free_lib)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(vscode-json (= version))
@@ -188,8 +200,8 @@
(package
(name superbol_project)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(pretty (= version))
@@ -204,8 +216,8 @@
(package
(name cobol_common)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(pretty (= version))
@@ -217,8 +229,8 @@
(package
(name cobol_parser)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(menhir ( >= 1.2 ))
@@ -235,8 +247,8 @@
(package
(name cobol_ptree)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(cobol_common (= version))
@@ -247,8 +259,8 @@
(package
(name ebcdic_lib)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
odoc
@@ -257,8 +269,8 @@
(package
(name cobol_lsp)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(toml (and (>= 7.1.0) (< 8.0.0)))
@@ -278,8 +290,8 @@
(package
(name ppx_cobcflags)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(ppxlib ( >= 0.15 ))
@@ -289,8 +301,8 @@
(package
(name pretty)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(fmt ( >= 0.9 ))
@@ -301,8 +313,8 @@
(package
(name cobol_config)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(pretty (= version))
@@ -315,8 +327,8 @@
(package
(name cobol_indent)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(fmt ( >= 0.9 ))
@@ -328,8 +340,8 @@
(package
(name cobol_preproc)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(ppx_import ( >= 1 ))
@@ -343,8 +355,8 @@
(package
(name cobol_data)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(cobol_ptree (= version))
@@ -357,8 +369,8 @@
(package
(name cobol_typeck)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(cobol_ptree (= version))
@@ -372,8 +384,8 @@
(package
(name ez_toml)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
ocplib_stuff
@@ -386,8 +398,8 @@
(package
(name ezr_toml)
- (synopsis "The superbol-studio-oss project")
- (description "This is the description\nof the superbol-studio-oss OCaml project\n")
+ (synopsis "SuperBOL Studio OSS Project")
+ (description "SuperBOL Studio OSS is a new platform for COBOL")
(depends
(ocaml (>= 4.14.0))
(pretty (= version))
diff --git a/opam/cobol_common.opam b/opam/cobol_common.opam
index f33c8de42..72c2602f9 100644
--- a/opam/cobol_common.opam
+++ b/opam/cobol_common.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_common"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier
"
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_config.opam b/opam/cobol_config.opam
index 80d38ecf1..74d100c92 100644
--- a/opam/cobol_config.opam
+++ b/opam/cobol_config.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_config"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_data.opam b/opam/cobol_data.opam
index 42b8d05d3..2bb140c80 100644
--- a/opam/cobol_data.opam
+++ b/opam/cobol_data.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_data"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_indent.opam b/opam/cobol_indent.opam
index 9b25f8205..02f4149c8 100644
--- a/opam/cobol_indent.opam
+++ b/opam/cobol_indent.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_indent"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_lsp.opam b/opam/cobol_lsp.opam
index fab7317b5..94403c312 100644
--- a/opam/cobol_lsp.opam
+++ b/opam/cobol_lsp.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_lsp"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_parser.opam b/opam/cobol_parser.opam
index 5f3ff010d..853b4295c 100644
--- a/opam/cobol_parser.opam
+++ b/opam/cobol_parser.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_parser"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_preproc.opam b/opam/cobol_preproc.opam
index c0e5b7f29..67521b796 100644
--- a/opam/cobol_preproc.opam
+++ b/opam/cobol_preproc.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_preproc"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_ptree.opam b/opam/cobol_ptree.opam
index 5f7fe088b..bf59e1d47 100644
--- a/opam/cobol_ptree.opam
+++ b/opam/cobol_ptree.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_ptree"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/cobol_typeck.opam b/opam/cobol_typeck.opam
index b84ab7ba0..f9c1359bb 100644
--- a/opam/cobol_typeck.opam
+++ b/opam/cobol_typeck.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_typeck"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/ebcdic_lib.opam b/opam/ebcdic_lib.opam
index a4ba550e4..6345cbcd2 100644
--- a/opam/ebcdic_lib.opam
+++ b/opam/ebcdic_lib.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ebcdic_lib"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/ez_toml.opam b/opam/ez_toml.opam
index b1c9cb54d..d004b8a26 100644
--- a/opam/ez_toml.opam
+++ b/opam/ez_toml.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ez_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/ezr_toml.opam b/opam/ezr_toml.opam
index 6211d27df..60038bd6b 100644
--- a/opam/ezr_toml.opam
+++ b/opam/ezr_toml.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ezr_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/interop-js-stubs.opam b/opam/interop-js-stubs.opam
index 93432e396..99a3bf84c 100644
--- a/opam/interop-js-stubs.opam
+++ b/opam/interop-js-stubs.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "interop-js-stubs"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/node-js-stubs.opam b/opam/node-js-stubs.opam
index a0cb3d684..2c01c4e0e 100644
--- a/opam/node-js-stubs.opam
+++ b/opam/node-js-stubs.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "node-js-stubs"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_common-osx.opam b/opam/osx/cobol_common-osx.opam
index 16dbdbd50..2b15d898f 100644
--- a/opam/osx/cobol_common-osx.opam
+++ b/opam/osx/cobol_common-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_common"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_config-osx.opam b/opam/osx/cobol_config-osx.opam
index 1f8ae5e24..6df84c7ab 100644
--- a/opam/osx/cobol_config-osx.opam
+++ b/opam/osx/cobol_config-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_config"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_data-osx.opam b/opam/osx/cobol_data-osx.opam
index 06369598c..a1a810eec 100644
--- a/opam/osx/cobol_data-osx.opam
+++ b/opam/osx/cobol_data-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_data"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_indent-osx.opam b/opam/osx/cobol_indent-osx.opam
index 4a28a893e..ce144e26e 100644
--- a/opam/osx/cobol_indent-osx.opam
+++ b/opam/osx/cobol_indent-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_indent"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_lsp-osx.opam b/opam/osx/cobol_lsp-osx.opam
index 8e733150f..47aeab191 100644
--- a/opam/osx/cobol_lsp-osx.opam
+++ b/opam/osx/cobol_lsp-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_lsp"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_parser-osx.opam b/opam/osx/cobol_parser-osx.opam
index 2e1bdae7a..05b5e39c1 100644
--- a/opam/osx/cobol_parser-osx.opam
+++ b/opam/osx/cobol_parser-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_parser"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_preproc-osx.opam b/opam/osx/cobol_preproc-osx.opam
index 57e31f234..7fbfa1904 100644
--- a/opam/osx/cobol_preproc-osx.opam
+++ b/opam/osx/cobol_preproc-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_preproc"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_ptree-osx.opam b/opam/osx/cobol_ptree-osx.opam
index 492760072..869630cbc 100644
--- a/opam/osx/cobol_ptree-osx.opam
+++ b/opam/osx/cobol_ptree-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_ptree"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/cobol_typeck-osx.opam b/opam/osx/cobol_typeck-osx.opam
index a157bb171..c9dcf8bd2 100644
--- a/opam/osx/cobol_typeck-osx.opam
+++ b/opam/osx/cobol_typeck-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_typeck"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/ebcdic_lib-osx.opam b/opam/osx/ebcdic_lib-osx.opam
index 7ac8d6782..4b876bb98 100644
--- a/opam/osx/ebcdic_lib-osx.opam
+++ b/opam/osx/ebcdic_lib-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ebcdic_lib"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/ez_toml-osx.opam b/opam/osx/ez_toml-osx.opam
index 43e51e7f4..8f9cf6e0d 100644
--- a/opam/osx/ez_toml-osx.opam
+++ b/opam/osx/ez_toml-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ez_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/ezr_toml-osx.opam b/opam/osx/ezr_toml-osx.opam
index f6e9b323c..777c551bc 100644
--- a/opam/osx/ezr_toml-osx.opam
+++ b/opam/osx/ezr_toml-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ezr_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/ppx_cobcflags-osx.opam b/opam/osx/ppx_cobcflags-osx.opam
index 833163336..b6de45c28 100644
--- a/opam/osx/ppx_cobcflags-osx.opam
+++ b/opam/osx/ppx_cobcflags-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ppx_cobcflags"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/pretty-osx.opam b/opam/osx/pretty-osx.opam
index f0d1b4085..df3db2957 100644
--- a/opam/osx/pretty-osx.opam
+++ b/opam/osx/pretty-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "pretty"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/superbol-free-osx.opam b/opam/osx/superbol-free-osx.opam
index 403eec974..b729fdf9d 100644
--- a/opam/osx/superbol-free-osx.opam
+++ b/opam/osx/superbol-free-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol-free"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/superbol-studio-oss-osx.opam b/opam/osx/superbol-studio-oss-osx.opam
new file mode 100644
index 000000000..40ef29bf0
--- /dev/null
+++ b/opam/osx/superbol-studio-oss-osx.opam
@@ -0,0 +1,55 @@
+# 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: "superbol-studio-oss"
+version: "0.1.0"
+license: "MIT"
+synopsis: "SuperBOL Studio OSS Project"
+description:
+ "Virtual package that depends on both the VSCode extension and the LSP server."
+authors: [
+ "Nicolas Berthier "
+ "David Declerck "
+ "Fabrice Le Fessant "
+ "Emilien Lemaire "
+]
+maintainer: [
+ "Nicolas Berthier "
+ "David Declerck "
+ "Fabrice Le Fessant "
+ "Emilien Lemaire "
+]
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
+tags: "org:ocamlpro"
+build: [
+ ["dune" "subst"] {dev}
+ ["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+ [
+ "dune"
+ "build"
+ "-p"
+ "superbol-studio-oss"
+ "-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.14.0"}
+ "dune" {>= "2.8.0"}
+ "superbol-vscode-platform-osx" {= version}
+ "superbol-free-osx" {= version}
+ "odoc" {with-doc}
+]
+# Content of `opam-trailer` field:
\ No newline at end of file
diff --git a/opam/osx/superbol_free_lib-osx.opam b/opam/osx/superbol_free_lib-osx.opam
index ff9d1e561..c7a2b6992 100644
--- a/opam/osx/superbol_free_lib-osx.opam
+++ b/opam/osx/superbol_free_lib-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol_free_lib"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/superbol_project-osx.opam b/opam/osx/superbol_project-osx.opam
index 5af573895..f17f13716 100644
--- a/opam/osx/superbol_project-osx.opam
+++ b/opam/osx/superbol_project-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol_project"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/osx/vscode-json-osx.opam b/opam/osx/vscode-json-osx.opam
index 0b17984a1..09e696ead 100644
--- a/opam/osx/vscode-json-osx.opam
+++ b/opam/osx/vscode-json-osx.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-json"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/polka-js-stubs.opam b/opam/polka-js-stubs.opam
index db10a5f3a..4b59574f9 100644
--- a/opam/polka-js-stubs.opam
+++ b/opam/polka-js-stubs.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "polka-js-stubs"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/ppx_cobcflags.opam b/opam/ppx_cobcflags.opam
index fc1e1a47c..b3fc70859 100644
--- a/opam/ppx_cobcflags.opam
+++ b/opam/ppx_cobcflags.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ppx_cobcflags"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/pretty.opam b/opam/pretty.opam
index b7ad3beff..407e1f78c 100644
--- a/opam/pretty.opam
+++ b/opam/pretty.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "pretty"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/superbol-free.opam b/opam/superbol-free.opam
index 92dbbe2b9..52a5aa9d8 100644
--- a/opam/superbol-free.opam
+++ b/opam/superbol-free.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol-free"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/superbol-studio-oss.opam b/opam/superbol-studio-oss.opam
new file mode 100644
index 000000000..53df3ae32
--- /dev/null
+++ b/opam/superbol-studio-oss.opam
@@ -0,0 +1,53 @@
+# 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: "superbol-studio-oss"
+version: "0.1.0"
+license: "MIT"
+synopsis: "SuperBOL Studio OSS Project"
+description:
+ "Virtual package that depends on both the VSCode extension and the LSP server."
+authors: [
+ "Nicolas Berthier "
+ "David Declerck "
+ "Fabrice Le Fessant "
+ "Emilien Lemaire "
+]
+maintainer: [
+ "Nicolas Berthier "
+ "David Declerck "
+ "Fabrice Le Fessant "
+ "Emilien Lemaire "
+]
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.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.14.0"}
+ "dune" {>= "2.8.0"}
+ "superbol-vscode-platform" {= version}
+ "superbol-free" {= version}
+ "odoc" {with-doc}
+]
+# Content of `opam-trailer` field:
\ No newline at end of file
diff --git a/opam/superbol-vscode-platform.opam b/opam/superbol-vscode-platform.opam
index 06eb4d1c6..acf652278 100644
--- a/opam/superbol-vscode-platform.opam
+++ b/opam/superbol-vscode-platform.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol-vscode-platform"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/superbol_free_lib.opam b/opam/superbol_free_lib.opam
index ae5c88a07..03140a20d 100644
--- a/opam/superbol_free_lib.opam
+++ b/opam/superbol_free_lib.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol_free_lib"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/superbol_project.opam b/opam/superbol_project.opam
index 652a60b31..f355b78df 100644
--- a/opam/superbol_project.opam
+++ b/opam/superbol_project.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol_project"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/vscode-debugadapter.opam b/opam/vscode-debugadapter.opam
index 45cb88b0c..d191abf46 100644
--- a/opam/vscode-debugadapter.opam
+++ b/opam/vscode-debugadapter.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-debugadapter"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/vscode-debugprotocol.opam b/opam/vscode-debugprotocol.opam
index 7557aa3d0..115c39aad 100644
--- a/opam/vscode-debugprotocol.opam
+++ b/opam/vscode-debugprotocol.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-debugprotocol"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/vscode-js-stubs.opam b/opam/vscode-js-stubs.opam
index 77de5a4d0..3a6512778 100644
--- a/opam/vscode-js-stubs.opam
+++ b/opam/vscode-js-stubs.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-js-stubs"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/vscode-json.opam b/opam/vscode-json.opam
index bb429b366..66853a3e7 100644
--- a/opam/vscode-json.opam
+++ b/opam/vscode-json.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-json"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/vscode-languageclient-js-stubs.opam b/opam/vscode-languageclient-js-stubs.opam
index 47fc09b15..49da17a06 100644
--- a/opam/vscode-languageclient-js-stubs.opam
+++ b/opam/vscode-languageclient-js-stubs.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "vscode-languageclient-js-stubs"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_common-windows.opam b/opam/windows/cobol_common-windows.opam
index 8bfb9ef0e..17a228369 100644
--- a/opam/windows/cobol_common-windows.opam
+++ b/opam/windows/cobol_common-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_common"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_config-windows.opam b/opam/windows/cobol_config-windows.opam
index aa5d22fa1..bbb7c3799 100644
--- a/opam/windows/cobol_config-windows.opam
+++ b/opam/windows/cobol_config-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_config"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_data-windows.opam b/opam/windows/cobol_data-windows.opam
index 20dcdeae9..78a95b824 100644
--- a/opam/windows/cobol_data-windows.opam
+++ b/opam/windows/cobol_data-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_data"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_indent-windows.opam b/opam/windows/cobol_indent-windows.opam
index 5fb85a62b..42ee10192 100644
--- a/opam/windows/cobol_indent-windows.opam
+++ b/opam/windows/cobol_indent-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_indent"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_lsp-windows.opam b/opam/windows/cobol_lsp-windows.opam
index cb57040bd..fe0349810 100644
--- a/opam/windows/cobol_lsp-windows.opam
+++ b/opam/windows/cobol_lsp-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_lsp"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_parser-windows.opam b/opam/windows/cobol_parser-windows.opam
index 04269f7d6..5f37e61c7 100644
--- a/opam/windows/cobol_parser-windows.opam
+++ b/opam/windows/cobol_parser-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_parser"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_preproc-windows.opam b/opam/windows/cobol_preproc-windows.opam
index c0dbf387f..dff88bdd9 100644
--- a/opam/windows/cobol_preproc-windows.opam
+++ b/opam/windows/cobol_preproc-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_preproc"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_ptree-windows.opam b/opam/windows/cobol_ptree-windows.opam
index 88d50fd05..20ac1e44f 100644
--- a/opam/windows/cobol_ptree-windows.opam
+++ b/opam/windows/cobol_ptree-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_ptree"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/cobol_typeck-windows.opam b/opam/windows/cobol_typeck-windows.opam
index 3b96b785d..63cf1e29f 100644
--- a/opam/windows/cobol_typeck-windows.opam
+++ b/opam/windows/cobol_typeck-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "cobol_typeck"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/ebcdic_lib-windows.opam b/opam/windows/ebcdic_lib-windows.opam
index 71864b26a..09b7d81b2 100644
--- a/opam/windows/ebcdic_lib-windows.opam
+++ b/opam/windows/ebcdic_lib-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ebcdic_lib"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/ez_toml-windows.opam b/opam/windows/ez_toml-windows.opam
index ea9f4e66e..8d1634ad6 100644
--- a/opam/windows/ez_toml-windows.opam
+++ b/opam/windows/ez_toml-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ez_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/ezr_toml-windows.opam b/opam/windows/ezr_toml-windows.opam
index 3b582f856..4bf60e84c 100644
--- a/opam/windows/ezr_toml-windows.opam
+++ b/opam/windows/ezr_toml-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ezr_toml"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/ppx_cobcflags-windows.opam b/opam/windows/ppx_cobcflags-windows.opam
index 3d3e48b0f..602b47a8b 100644
--- a/opam/windows/ppx_cobcflags-windows.opam
+++ b/opam/windows/ppx_cobcflags-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "ppx_cobcflags"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/pretty-windows.opam b/opam/windows/pretty-windows.opam
index a6b2e060a..4164948ba 100644
--- a/opam/windows/pretty-windows.opam
+++ b/opam/windows/pretty-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "pretty"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/superbol-free-windows.opam b/opam/windows/superbol-free-windows.opam
index 57dbd2f19..8e89f1681 100644
--- a/opam/windows/superbol-free-windows.opam
+++ b/opam/windows/superbol-free-windows.opam
@@ -4,11 +4,8 @@ opam-version: "2.0"
name: "superbol-free"
version: "0.1.0"
license: "MIT"
-synopsis: "The superbol-studio-oss project"
-description: """\
-This is the description
-of the superbol-studio-oss OCaml project
-"""
+synopsis: "SuperBOL Studio OSS Project"
+description: "SuperBOL Studio OSS is a new platform for COBOL"
authors: [
"Nicolas Berthier "
"David Declerck "
@@ -21,10 +18,10 @@ 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"
+homepage: "https://ocamlpro.github.io/superbol-studio-oss"
+doc: "https://ocamlpro.github.io/superbol-studio-oss/sphinx"
+bug-reports: "https://github.com/ocamlpro/superbol-studio-oss/issues"
+dev-repo: "git+https://github.com/ocamlpro/superbol-studio-oss.git"
tags: "org:ocamlpro"
build: [
["dune" "subst"] {dev}
diff --git a/opam/windows/superbol-studio-oss-windows.opam b/opam/windows/superbol-studio-oss-windows.opam
new file mode 100644
index 000000000..08c137b12
--- /dev/null
+++ b/opam/windows/superbol-studio-oss-windows.opam
@@ -0,0 +1,55 @@
+# 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: "superbol-studio-oss"
+version: "0.1.0"
+license: "MIT"
+synopsis: "SuperBOL Studio OSS Project"
+description:
+ "Virtual package that depends on both the VSCode extension and the LSP server."
+authors: [
+ "Nicolas Berthier "
+ "David Declerck