-
Notifications
You must be signed in to change notification settings - Fork 21
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 #208 from lefessan/z-2023-04-24-headers-and-create
Update headers and add creation phase
- Loading branch information
Showing
82 changed files
with
430 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
[project] | ||
create-project = false | ||
drom-version = "0.1" | ||
share-repo = "https://github.com/OCamlPro/drom-share" | ||
share-version = "0.9.0" | ||
|
||
[project] | ||
authors = ["Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>", "Léo Andrès <[email protected]>"] | ||
authors = ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>", "Léo Andrès <[email protected]>"] | ||
ci-systems = ["ubuntu-latest", "macos-latest", "windows-latest"] | ||
copyright = "OCamlPro SAS & Origin Labs SAS" | ||
copyright = "OCamlPro SAS" | ||
edition = "4.10.0" | ||
github-organization = "ocamlpro" | ||
license = "LGPL2" | ||
min-edition = "4.07.0" | ||
name = "drom" | ||
skeleton = "program" | ||
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" | ||
version = "0.9.1" | ||
version = "0.9.2~dev2" | ||
|
||
# keys that you could also define: | ||
# odoc-target = "...odoc-target..." | ||
|
@@ -27,7 +28,8 @@ version = "0.9.1" | |
# homepage = "...homepage..." | ||
|
||
[project] | ||
description = """The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like | ||
description = """ | ||
The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like | ||
user experience. It can be used to create full OCaml projects with | ||
sphinx and odoc documentation. It has specific knowledge of Github and | ||
will generate files for Github Actions CI and Github pages. | ||
|
@@ -77,7 +79,7 @@ ocaml-flags = "-w -a" | |
# dot-gitignore-trailer = "..." | ||
[fields] | ||
dune-lang = "2.1" | ||
readme-trailer = ''' | ||
readme-trailer = """ | ||
## Simple Example | ||
|
@@ -121,7 +123,7 @@ Using skeleton "program" for package "my-client" | |
This project uses the minimalist `mini_prg` skeleton, but other skeletons | ||
like `program` or `library` have more files. | ||
''' | ||
""" | ||
|
||
[[package]] | ||
dir = "src/drom" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "drom" | ||
version: "0.9.1" | ||
version: "0.9.2~dev2" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: | ||
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" | ||
|
@@ -13,11 +13,11 @@ sphinx and odoc documentation. It has specific knowledge of Github and | |
will generate files for Github Actions CI and Github pages. | ||
""" | ||
authors: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
maintainer: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
homepage: "https://ocamlpro.github.io/drom" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "drom_lib" | ||
version: "0.9.1" | ||
version: "0.9.2~dev2" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: | ||
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" | ||
|
@@ -13,11 +13,11 @@ sphinx and odoc documentation. It has specific knowledge of Github and | |
will generate files for Github Actions CI and Github pages. | ||
""" | ||
authors: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
maintainer: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
homepage: "https://ocamlpro.github.io/drom" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Do not modify, or add to the `skip` field of `drom.toml`. | ||
opam-version: "2.0" | ||
name: "drom_toml" | ||
version: "0.9.1" | ||
version: "0.9.2~dev2" | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
synopsis: | ||
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience" | ||
|
@@ -13,11 +13,11 @@ sphinx and odoc documentation. It has specific knowledge of Github and | |
will generate files for Github Actions CI and Github pages. | ||
""" | ||
authors: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
maintainer: [ | ||
"Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com>" | ||
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>" | ||
"Léo Andrès <[email protected]>" | ||
] | ||
homepage: "https://ocamlpro.github.io/drom" | ||
|
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 |
---|---|---|
|
@@ -51,8 +51,8 @@ | |
|
||
# General information about the project. | ||
project = 'drom' | ||
copyright = 'OCamlPro SAS & Origin Labs SAS' | ||
author = 'Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com> & Léo Andrès <[email protected]>' | ||
copyright = 'OCamlPro SAS' | ||
author = 'Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com> & Léo Andrès <[email protected]>' | ||
|
||
# The version info for the project you're documenting, acts as replacement for | ||
# |version| and |release|, also used in various other places throughout the | ||
|
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
Empty file.
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.