-
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.
Fixes to re-enable CI and cross-compilation
- Loading branch information
Showing
85 changed files
with
637 additions
and
292 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
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 |
---|---|---|
|
@@ -4,16 +4,20 @@ opam-version: "2.0" | |
name: "cobol_ast" | ||
version: "0.1.0" | ||
license: "MIT" | ||
synopsis: "The superbol-vscode-platform project" | ||
synopsis: "The superbol-studio-oss project" | ||
description: """\ | ||
This is the description | ||
of the superbol-vscode-platform OCaml project | ||
of the superbol-studio-oss OCaml project | ||
""" | ||
authors: [ | ||
"Nicolas Berthier <[email protected]>" | ||
"David Declerck <[email protected]>" | ||
"Fabrice Le Fessant <[email protected]>" | ||
"Emilien Lemaire <[email protected]>" | ||
] | ||
maintainer: [ | ||
"Nicolas Berthier <[email protected]>" | ||
"David Declerck <[email protected]>" | ||
"Fabrice Le Fessant <[email protected]>" | ||
"Emilien Lemaire <[email protected]>" | ||
] | ||
|
@@ -44,14 +48,13 @@ install: [ | |
["sh" "-c" "./scripts/before.sh install '%{name}%'"] | ||
] | ||
depends: [ | ||
"ocaml-osx" {>= "4.13.0"} | ||
"ocaml" {>= "4.14.0"} | ||
"dune" {>= "2.8.0"} | ||
"ppx_deriving" {>= "5.2.1"} | ||
"ppx_deriving-osx" {>= "5.2.1"} | ||
"cobol_common-osx" {= version} | ||
"ppx_deriving" {>= "5.2.1"} | ||
"ppx_inline_test" {with-test} | ||
"ppx_expect" {with-test} | ||
"odoc" {with-doc} | ||
"ocamlformat" {with-test} | ||
] | ||
# Content of `opam-trailer` field: | ||
# Content of `opam-trailer` field: |
Oops, something went wrong.