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" description: """\ [Fpath_base] is an OCaml module designed to be opened to shadow and further extend the four modules from [fpath-sexplib0]: [Fpath], [Fsegment], [Absolute_path] and [Relative_path] for a better compatibility with [base]. The extended modules export [hashable] and [comparable] interfaces, making them compatible with [base]-style containers such as [Map], [Set], [Hashtbl], and [Hash_set]. [base]: https://github.com/janestreet/base [fpath]: https://github.com/dbuenzli/fpath """ tags: [ "fpath" "fpath-sexp0" "absolute-paths" "relative-paths" "base" ] x-maintenance-intent: [ "(latest)" ] url { src: "https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz" checksum: [ "sha256=7f8449d02a658a44ef268f075f44fd9be006625a8a6ea88176b6326adae85cdd" "sha512=a130ac15ed957d373bd7d958c39daf9134d9b16aa75ad793c3cf6596a6bc12cbe3054e8259cf3a17eadf67e368a617e316fea83ad650b527565b98f17cc8156c" ] } x-commit-hash: "8975fa50024dafa2baaa71db6b7cdd291e23f7c9"