Contains a set of utilities widely used in software development, building, maintenance, and analysis.
Includes tools for version control, data processing, patch application, build automation, file comparison and merging, and XML document handling:
- diffutils – compare and merge text files
- git-core – core set of Git tools with minimal dependencies
- jq – command-line JSON processor
- make – tool for managing the build process of programs
- patch – GNU patch utility for applying/updating changes to files
- xml-utils – utilities for working with XML
Home pages: