Draft:.libs
.libs is a file format designed for storing a list of Maven Coordinates. It was developed by a GitHub Organization called SploonMC for the purpose of storing a list of maven coordinates of libraries that are needed for a java application to run.[1]
History
The file format was developed by the Github Organization SploonMC in 2024[2] to store a list of maven coordinates for libraries that a java program onto which they apply their binary patch needs to run.
It was first introduced on November 18th, 2024.[2]
Format
.libs follows a simple plaintext format, which looks as following:
com.example:example-lib:1.0.0 org.wikipedia:wikipedia-api:1.0.2 pre
There is no known limit for the length of the file.
References
- ^ SploonMC/bin-patch-gen, SploonMC, 2024-12-23, retrieved 2024-12-23
- ^ a b "feat: library meta · SploonMC/bin-patch-gen@116fa1f". GitHub. Retrieved 2024-12-23.
- ^ "patches/1.10.2.libs at master · SploonMC/patches". GitHub. Retrieved 2024-12-23.