this repo has no description
0
fork

Configure Feed

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

Update file-rewriter and sexps-rewriter latest packages

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

+31
+15
packages/file-rewriter/file-rewriter.0.0.3/opam
··· 29 29 ] 30 30 ] 31 31 dev-repo: "git+https://github.com/mbarbin/file-rewriter.git" 32 + description: """\ 33 + 34 + File_rewriter is an OCaml library for applying small rewrites to tweak 35 + or refactor your files. 36 + 37 + It provides a convenient interface to apply surgical textual 38 + substitutions on the fly, while navigating the contents of a file 39 + through an abstract representation containing code locations. 40 + 41 + It can be a great fit for applying systematic codemods to a large 42 + codebase. 43 + 44 + """ 45 + tags: [ "codemods" "refactoring" ] 46 + x-maintenance-intent: [ "(latest)" ] 32 47 url { 33 48 src: 34 49 "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
··· 31 31 ] 32 32 ] 33 33 dev-repo: "git+https://github.com/mbarbin/file-rewriter.git" 34 + description: """\ 35 + 36 + Sexps_rewriter is an OCaml library for applying small rewrites to 37 + tweak or refactor your S-expression (sexp) files. 38 + 39 + It provides a convenient interface to apply surgical textual 40 + substitutions on the fly, while navigating the contents of a file 41 + through an API based on the visitor pattern. 42 + 43 + This library was designed as part of ongoing work to create linting 44 + and refactoring tools for the many [dune] files found in large 45 + monorepos. 46 + 47 + """ 48 + tags: [ "codemods" "refactoring" "sexp-files" ] 49 + x-maintenance-intent: [ "(latest)" ] 34 50 url { 35 51 src: 36 52 "https://github.com/mbarbin/file-rewriter/releases/download/0.0.3/file-rewriter-0.0.3.tbz"