Skip to content

Commit

Permalink
Add osx/windows opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Sep 15, 2023
1 parent 83db76b commit 4bda101
Show file tree
Hide file tree
Showing 48 changed files with 2,818 additions and 0 deletions.
56 changes: 56 additions & 0 deletions opam/osx/cobol_ast-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 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: "cobol_ast"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_ast"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"ppx_deriving-osx" {>= "5.2.1"}
"cobol_common-osx" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
56 changes: 56 additions & 0 deletions opam/osx/cobol_common-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# 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: "cobol_common"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_common"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"pretty-osx" {= version}
"ppx_deriving-osx" {>= "5.2.1"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
58 changes: 58 additions & 0 deletions opam/osx/cobol_config-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# 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: "cobol_config"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_config"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"pretty-osx" {= version}
"ppx_deriving-osx" {>= "5.2.1"}
"menhir-osx" {>= "1.2"}
"cobol_common-osx" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
57 changes: 57 additions & 0 deletions opam/osx/cobol_data-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# 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: "cobol_data"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_data"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"ppx_deriving-osx" {>= "5.2.1"}
"cobol_parser-osx" {= version}
"cobol_ast-osx" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
57 changes: 57 additions & 0 deletions opam/osx/cobol_indent-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# 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: "cobol_indent"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_indent"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"fmt-osx" {>= "0.9"}
"cobol_preproc-osx" {= version}
"cobol_common-osx" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
64 changes: 64 additions & 0 deletions opam/osx/cobol_lsp-osx.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# 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: "cobol_lsp"
version: "0.1.0"
license: "MIT"
synopsis: "The superbol-vscode-platform project"
description: """\
This is the description
of the superbol-vscode-platform OCaml project
"""
authors: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
maintainer: [
"Fabrice Le Fessant <[email protected]>"
"Emilien Lemaire <[email protected]>"
]
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"
"cobol_lsp"
"-x"
"osx"
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
]
install: [
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"toml-osx" {>= "7.1.0" & < "8.0.0"}
"pretty-osx" {= version}
"lsp-osx" {>= "1.15" & < "1.16"}
"jsonrpc-osx" {>= "1.15"}
"cobol_typeck-osx" {= version}
"cobol_parser-osx" {= version}
"cobol_indent-osx" {= version}
"cobol_data-osx" {= version}
"cobol_config-osx" {= version}
"cobol_common-osx" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
Loading

0 comments on commit 4bda101

Please sign in to comment.