this repo has no description

Update fpath-base and fpath-sexp0 latest packages

- Add tags & descriptions.
- Add [x-maintenance-intent] per packaging archiving call to action.

Changed files
+37
packages
fpath-base
fpath-base.0.2.2
fpath-sexp0
fpath-sexp0.0.2.2
+17
packages/fpath-base/fpath-base.0.2.2/opam
···
]
]
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"
+20
packages/fpath-sexp0/fpath-sexp0.0.2.2/opam
···
]
]
dev-repo: "git+https://github.com/mbarbin/fpath-base.git"
+
description: """\
+
+
[Fpath_sexplib0] is an OCaml module designed to be opened to extend
+
the [fpath] package. It introduces three new modules to the scope:
+
[Fsegment], [Absolute_path] and [Relative_path].
+
+
[Absolute_path] and [Relative_path] are helper modules that
+
distinguish between classes of paths in the type system, enhancing
+
type safety for applications manipulating paths.
+
+
[Fpath] is shadowed and retains all its original functionality, with
+
the addition of a sexp serializer and new helpers for casting between
+
the types of paths offered by the package (absolute and relative
+
paths).
+
+
[fpath]: https://github.com/dbuenzli/fpath
+
+
"""
+
tags: [ "fpath" "absolute-paths" "relative-paths" ]
+
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz"