sunbeam.city is one of the many independent Mastodon servers you can use to participate in the fediverse.
Sunbeam City is a anticapitalist, antifascist solarpunk instance that is run collectively.

Administered by:

Server stats:

87
active users

Fabián Heredia 🌹

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: github.com/LibreCybernetics/Mo

Still incomplete but a first release non-the-less (v0.1.0-M1)

jitpack.io/#dev.librecyberneti

```
"dev.librecybernetics.Monorepo" %%% "toml" % "lib-toml-v0.1.0-M1"
```

Still need to learn a lot about POMs, publishing, jars, etc.

GitHubMonorepo/code/lib/toml at main · LibreCybernetics/MonorepoContribute to LibreCybernetics/Monorepo development by creating an account on GitHub.

@fabianhjr I usually use HL3-FULL (Hippocratic) how do the licenses you chose compare? V interested.

@jmshrtn

Some aggregation:
github.com/LibreCybernetics/awesome-copyfarleft

Parity is a very brief AGPL alternative with stronger contribution requirements. (So it is a more "viral" copyleft)

paritylicense.com/versions/7.0

Anticapitalist Software License aims to be more of a permissive license but limited to individuals working for themselves, non-profits, educations institutions and worker cooperatives. (Also excluding armies) so similar to this version: firstdonoharm.dev/build/?modul minus for-profit companies.

anticapitalist.software/

Cooperative Software License is very oriented towards only cooperatives and it is the longest (and probably better legally reviewed of the three)

paritylicense.comThe Parity Public License

@fabianhjr wow thanks. I didn’t know about any of these resources. I’ll check it out.