···2929 ]
3030]
3131dev-repo: "git+https://github.com/mbarbin/fpath-base.git"
3232+description: """\
3333+3434+[Fpath_base] is an OCaml module designed to be opened to shadow and
3535+further extend the four modules from [fpath-sexplib0]: [Fpath],
3636+[Fsegment], [Absolute_path] and [Relative_path] for a better
3737+compatibility with [base].
3838+3939+The extended modules export [hashable] and [comparable] interfaces,
4040+making them compatible with [base]-style containers such as [Map],
4141+[Set], [Hashtbl], and [Hash_set].
4242+4343+[base]: https://github.com/janestreet/base
4444+[fpath]: https://github.com/dbuenzli/fpath
4545+4646+"""
4747+tags: [ "fpath" "fpath-sexp0" "absolute-paths" "relative-paths" "base" ]
4848+x-maintenance-intent: [ "(latest)" ]
3249url {
3350 src:
3451 "https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz"
+20
packages/fpath-sexp0/fpath-sexp0.0.2.2/opam
···2929 ]
3030]
3131dev-repo: "git+https://github.com/mbarbin/fpath-base.git"
3232+description: """\
3333+3434+[Fpath_sexplib0] is an OCaml module designed to be opened to extend
3535+the [fpath] package. It introduces three new modules to the scope:
3636+[Fsegment], [Absolute_path] and [Relative_path].
3737+3838+[Absolute_path] and [Relative_path] are helper modules that
3939+distinguish between classes of paths in the type system, enhancing
4040+type safety for applications manipulating paths.
4141+4242+[Fpath] is shadowed and retains all its original functionality, with
4343+the addition of a sexp serializer and new helpers for casting between
4444+the types of paths offered by the package (absolute and relative
4545+paths).
4646+4747+[fpath]: https://github.com/dbuenzli/fpath
4848+4949+"""
5050+tags: [ "fpath" "absolute-paths" "relative-paths" ]
5151+x-maintenance-intent: [ "(latest)" ]
3252url {
3353 src:
3454 "https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz"