-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from nberth/superbol-project
New `superbol_project` library, with cleanup of `cobol_config`
- Loading branch information
Showing
81 changed files
with
2,198 additions
and
1,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# 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: "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 | ||
""" | ||
authors: [ | ||
"Nicolas Berthier <nicolas.berthier@ocamlpro.com>" | ||
"David Declerck <david.declerck@ocamlpro.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Emilien Lemaire <emilien.lemaire@ocamlpro.com>" | ||
] | ||
maintainer: [ | ||
"Nicolas Berthier <nicolas.berthier@ocamlpro.com>" | ||
"David Declerck <david.declerck@ocamlpro.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Emilien Lemaire <emilien.lemaire@ocamlpro.com>" | ||
] | ||
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" | ||
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"} | ||
"pretty" {= version} | ||
"ocplib_stuff" {>= "0.4.0" & < "1.0.0"} | ||
"ez_toml" {= version} | ||
"ez_file" {>= "0.3.0" & < "1.0.0"} | ||
"ppx_inline_test" {>= "v0.16.1" with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# 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_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 | ||
""" | ||
authors: [ | ||
"Nicolas Berthier <nicolas.berthier@ocamlpro.com>" | ||
"David Declerck <david.declerck@ocamlpro.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Emilien Lemaire <emilien.lemaire@ocamlpro.com>" | ||
] | ||
maintainer: [ | ||
"Nicolas Berthier <nicolas.berthier@ocamlpro.com>" | ||
"David Declerck <david.declerck@ocamlpro.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Emilien Lemaire <emilien.lemaire@ocamlpro.com>" | ||
] | ||
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" | ||
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"} | ||
"pretty" {= version} | ||
"ocplib_stuff" {>= "0.4.0" & < "1.0.0"} | ||
"ezr_toml" {= version} | ||
"ez_file" {>= "0.3.0" & < "1.0.0"} | ||
"cobol_config" {= version} | ||
"cobol_common" {= version} | ||
"ppx_inline_test" {>= "v0.16.1" with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.