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" 32description: """\ 33 34[Fpath_base] is an OCaml module designed to be opened to shadow and 35further extend the four modules from [fpath-sexplib0]: [Fpath], 36[Fsegment], [Absolute_path] and [Relative_path] for a better 37compatibility with [base]. 38 39The extended modules export [hashable] and [comparable] interfaces, 40making them compatible with [base]-style containers such as [Map], 41[Set], [Hashtbl], and [Hash_set]. 42 43[base]: https://github.com/janestreet/base 44[fpath]: https://github.com/dbuenzli/fpath 45 46""" 47tags: [ "fpath" "fpath-sexp0" "absolute-paths" "relative-paths" "base" ] 48x-maintenance-intent: [ "(latest)" ] 49url { 50 src: 51 "https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz" 52 checksum: [ 53 "sha256=7f8449d02a658a44ef268f075f44fd9be006625a8a6ea88176b6326adae85cdd" 54 "sha512=a130ac15ed957d373bd7d958c39daf9134d9b16aa75ad793c3cf6596a6bc12cbe3054e8259cf3a17eadf67e368a617e316fea83ad650b527565b98f17cc8156c" 55 ] 56} 57x-commit-hash: "8975fa50024dafa2baaa71db6b7cdd291e23f7c9"