Just published my first libre source library: a small TOML library for Scala 3. :3
Triple Licensed under:
- Anticapitalist Software License
- Cooperative Software License, or
- Parity Public License (AGPL-like, bit stronger contribution requirments)
Code: https://github.com/LibreCybernetics/Monorepo/tree/main/code/lib/toml
Still incomplete but a first release non-the-less (v0.1.0-M1)
https://jitpack.io/#dev.librecybernetics/Monorepo
```
"dev.librecybernetics.Monorepo" %%% "toml" % "lib-toml-v0.1.0-M1"
```
Still need to learn a lot about POMs, publishing, jars, etc.
#scala #foss #LibreSource #LibreSoftware #copyfarleft #OpenSource