💾 Archived View for gmi.noulin.net › gitRepositories › morph › file › package.yml.gmi captured on 2023-01-29 at 13:16:39. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (540B)
1 --- 2 name: morph 3 version: 0.0.3 4 description: "morph command searches functions in files and replaces them with the given functions, when the parameters change order both function declaration and function calls are changed" 5 bin: ./morph.c 6 lflags: "-lpcre" 7 repository: 8 type: git 9 url: "git+https://github.com/USER/morph.git" 10 keywords: 11 - utility 12 - refactor 13 - command 14 author: Remy Noulin 15 license: MIT 16 bugs: 17 url: "https://github.com/USER/morph/issues" 18 homepage: "https://github.com/USER/morph#readme"