this repo has no description
1opam-version: "2.0" 2synopsis: "Adds a few functions to Fpath to use alongside Base" 3maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4authors: ["Mathieu Barbin"] 5license: "MIT" 6homepage: "https://github.com/mbarbin/fpath-base" 7doc: "https://mbarbin.github.io/fpath-base/" 8bug-reports: "https://github.com/mbarbin/fpath-base/issues" 9depends: [ 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] 17build: [ 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] 31dev-repo: "git+https://github.com/mbarbin/fpath-base.git" 32url { 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} 40x-commit-hash: "87d0612e1503f4d6c22aac3bf2ae60dd3fe47c99"