this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26603 from mbarbin/release-fpath-base

[new release] fpath-base (2 packages) (0.2.1)

authored by

Shon Feder and committed by
GitHub
a794ac5a 525e9f91

+80
+40
packages/fpath-base/fpath-base.0.2.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Adds a few functions to Fpath to use alongside Base" 3 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4 + authors: ["Mathieu Barbin"] 5 + license: "MIT" 6 + homepage: "https://github.com/mbarbin/fpath-base" 7 + doc: "https://mbarbin.github.io/fpath-base/" 8 + bug-reports: "https://github.com/mbarbin/fpath-base/issues" 9 + depends: [ 10 + "dune" {>= "3.16"} 11 + "ocaml" {>= "5.2"} 12 + "base" {>= "v0.17" & < "v0.18"} 13 + "fpath" {>= "0.7.3"} 14 + "fpath-sexp0" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/mbarbin/fpath-base.git" 32 + url { 33 + src: 34 + "https://github.com/mbarbin/fpath-base/releases/download/0.2.1/fpath-base-0.2.1.tbz" 35 + checksum: [ 36 + "sha256=c99182de14f46509fca1635d32ac6d6369f7f962cb3ea547c901821d75aa7150" 37 + "sha512=36b23cb9bd57f71bd48c22e4b07735a3639ded3a69bf1b0072ea1c5d3207de8ef936f9a144ae17572ba3175c6d63215de8615e4dd6af5af61056a5c424b845af" 38 + ] 39 + } 40 + x-commit-hash: "87d0612e1503f4d6c22aac3bf2ae60dd3fe47c99"
+40
packages/fpath-sexp0/fpath-sexp0.0.2.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Adds Fpath.sexp_of_t and defines 3 new modules: Fpart, Absolute_path and Relative_path" 4 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 5 + authors: ["Mathieu Barbin"] 6 + license: "MIT" 7 + homepage: "https://github.com/mbarbin/fpath-base" 8 + doc: "https://mbarbin.github.io/fpath-base/" 9 + bug-reports: "https://github.com/mbarbin/fpath-base/issues" 10 + depends: [ 11 + "dune" {>= "3.16"} 12 + "ocaml" {>= "5.2"} 13 + "fpath" {>= "0.7.3"} 14 + "sexplib0" {>= "v0.17" & < "v0.18"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/mbarbin/fpath-base.git" 32 + url { 33 + src: 34 + "https://github.com/mbarbin/fpath-base/releases/download/0.2.1/fpath-base-0.2.1.tbz" 35 + checksum: [ 36 + "sha256=c99182de14f46509fca1635d32ac6d6369f7f962cb3ea547c901821d75aa7150" 37 + "sha512=36b23cb9bd57f71bd48c22e4b07735a3639ded3a69bf1b0072ea1c5d3207de8ef936f9a144ae17572ba3175c6d63215de8615e4dd6af5af61056a5c424b845af" 38 + ] 39 + } 40 + x-commit-hash: "87d0612e1503f4d6c22aac3bf2ae60dd3fe47c99"