this repo has no description

Update file-rewriter and sexps-rewriter latest packages

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

Changed files
+31
packages
file-rewriter
file-rewriter.0.0.3
sexps-rewriter
sexps-rewriter.0.0.3
+15
packages/file-rewriter/file-rewriter.0.0.3/opam
···
]
]
dev-repo: "git+https://github.com/mbarbin/file-rewriter.git"
+
description: """\
+
+
File_rewriter is an OCaml library for applying small rewrites to tweak
+
or refactor your files.
+
+
It provides a convenient interface to apply surgical textual
+
substitutions on the fly, while navigating the contents of a file
+
through an abstract representation containing code locations.
+
+
It can be a great fit for applying systematic codemods to a large
+
codebase.
+
+
"""
+
tags: [ "codemods" "refactoring" ]
+
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mbarbin/file-rewriter/releases/download/0.0.3/file-rewriter-0.0.3.tbz"
+16
packages/sexps-rewriter/sexps-rewriter.0.0.3/opam
···
]
]
dev-repo: "git+https://github.com/mbarbin/file-rewriter.git"
+
description: """\
+
+
Sexps_rewriter is an OCaml library for applying small rewrites to
+
tweak or refactor your S-expression (sexp) files.
+
+
It provides a convenient interface to apply surgical textual
+
substitutions on the fly, while navigating the contents of a file
+
through an API based on the visitor pattern.
+
+
This library was designed as part of ongoing work to create linting
+
and refactoring tools for the many [dune] files found in large
+
monorepos.
+
+
"""
+
tags: [ "codemods" "refactoring" "sexp-files" ]
+
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mbarbin/file-rewriter/releases/download/0.0.3/file-rewriter-0.0.3.tbz"