-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #26603 from mbarbin/release-fpath-base
[new release] fpath-base (2 packages) (0.2.1)
- Loading branch information
Showing
2 changed files
with
80 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
synopsis: "Adds a few functions to Fpath to use alongside Base" | ||
maintainer: ["Mathieu Barbin <[email protected]>"] | ||
authors: ["Mathieu Barbin"] | ||
license: "MIT" | ||
homepage: "https://github.com/mbarbin/fpath-base" | ||
doc: "https://mbarbin.github.io/fpath-base/" | ||
bug-reports: "https://github.com/mbarbin/fpath-base/issues" | ||
depends: [ | ||
"dune" {>= "3.16"} | ||
"ocaml" {>= "5.2"} | ||
"base" {>= "v0.17" & < "v0.18"} | ||
"fpath" {>= "0.7.3"} | ||
"fpath-sexp0" {= version} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/mbarbin/fpath-base.git" | ||
url { | ||
src: | ||
"https://github.com/mbarbin/fpath-base/releases/download/0.2.1/fpath-base-0.2.1.tbz" | ||
checksum: [ | ||
"sha256=c99182de14f46509fca1635d32ac6d6369f7f962cb3ea547c901821d75aa7150" | ||
"sha512=36b23cb9bd57f71bd48c22e4b07735a3639ded3a69bf1b0072ea1c5d3207de8ef936f9a144ae17572ba3175c6d63215de8615e4dd6af5af61056a5c424b845af" | ||
] | ||
} | ||
x-commit-hash: "87d0612e1503f4d6c22aac3bf2ae60dd3fe47c99" |
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,40 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"Adds Fpath.sexp_of_t and defines 3 new modules: Fpart, Absolute_path and Relative_path" | ||
maintainer: ["Mathieu Barbin <[email protected]>"] | ||
authors: ["Mathieu Barbin"] | ||
license: "MIT" | ||
homepage: "https://github.com/mbarbin/fpath-base" | ||
doc: "https://mbarbin.github.io/fpath-base/" | ||
bug-reports: "https://github.com/mbarbin/fpath-base/issues" | ||
depends: [ | ||
"dune" {>= "3.16"} | ||
"ocaml" {>= "5.2"} | ||
"fpath" {>= "0.7.3"} | ||
"sexplib0" {>= "v0.17" & < "v0.18"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/mbarbin/fpath-base.git" | ||
url { | ||
src: | ||
"https://github.com/mbarbin/fpath-base/releases/download/0.2.1/fpath-base-0.2.1.tbz" | ||
checksum: [ | ||
"sha256=c99182de14f46509fca1635d32ac6d6369f7f962cb3ea547c901821d75aa7150" | ||
"sha512=36b23cb9bd57f71bd48c22e4b07735a3639ded3a69bf1b0072ea1c5d3207de8ef936f9a144ae17572ba3175c6d63215de8615e4dd6af5af61056a5c424b845af" | ||
] | ||
} | ||
x-commit-hash: "87d0612e1503f4d6c22aac3bf2ae60dd3fe47c99" |