opam-version: "2.0" synopsis: "Adds a few functions to Fpath to use alongside Base" maintainer: ["Mathieu Barbin "] 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"