Jump to content

Draft:.libs

From Wikipedia, the free encyclopedia

.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

[edit]

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

[edit]

.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

[3]

There is no known limit for the length of the file.

References

[edit]
  1. ^ SploonMC/bin-patch-gen, SploonMC, 2024-12-23, retrieved 2024-12-23
  2. ^ a b "feat: library meta · SploonMC/bin-patch-gen@116fa1f". GitHub. Retrieved 2024-12-23.
  3. ^ "patches/1.10.2.libs at master · SploonMC/patches". GitHub. Retrieved 2024-12-23.