Skip to content

Commit

Permalink
Merge pull request #26603 from mbarbin/release-fpath-base
Browse files Browse the repository at this point in the history
[new release] fpath-base (2 packages) (0.2.1)
  • Loading branch information
shonfeder authored Sep 27, 2024
2 parents 525e9f9 + 36335ae commit a794ac5
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/fpath-base/fpath-base.0.2.1/opam
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"
40 changes: 40 additions & 0 deletions packages/fpath-sexp0/fpath-sexp0.0.2.1/opam
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"

0 comments on commit a794ac5

Please sign in to comment.