this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update fpath-base and fpath-sexp0 latest packages

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

+37
+17
packages/fpath-base/fpath-base.0.2.2/opam
··· 29 29 ] 30 30 ] 31 31 dev-repo: "git+https://github.com/mbarbin/fpath-base.git" 32 + description: """\ 33 + 34 + [Fpath_base] is an OCaml module designed to be opened to shadow and 35 + further extend the four modules from [fpath-sexplib0]: [Fpath], 36 + [Fsegment], [Absolute_path] and [Relative_path] for a better 37 + compatibility with [base]. 38 + 39 + The extended modules export [hashable] and [comparable] interfaces, 40 + making 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 + """ 47 + tags: [ "fpath" "fpath-sexp0" "absolute-paths" "relative-paths" "base" ] 48 + x-maintenance-intent: [ "(latest)" ] 32 49 url { 33 50 src: 34 51 "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
··· 29 29 ] 30 30 ] 31 31 dev-repo: "git+https://github.com/mbarbin/fpath-base.git" 32 + description: """\ 33 + 34 + [Fpath_sexplib0] is an OCaml module designed to be opened to extend 35 + the [fpath] package. It introduces three new modules to the scope: 36 + [Fsegment], [Absolute_path] and [Relative_path]. 37 + 38 + [Absolute_path] and [Relative_path] are helper modules that 39 + distinguish between classes of paths in the type system, enhancing 40 + type safety for applications manipulating paths. 41 + 42 + [Fpath] is shadowed and retains all its original functionality, with 43 + the addition of a sexp serializer and new helpers for casting between 44 + the types of paths offered by the package (absolute and relative 45 + paths). 46 + 47 + [fpath]: https://github.com/dbuenzli/fpath 48 + 49 + """ 50 + tags: [ "fpath" "absolute-paths" "relative-paths" ] 51 + x-maintenance-intent: [ "(latest)" ] 32 52 url { 33 53 src: 34 54 "https://github.com/mbarbin/fpath-base/releases/download/0.2.2/fpath-base-0.2.2.tbz"