Light-weight, modular eco-system of libraries needed to build http web apps, built primarily on top of the typelevel.scala ecosystem.
Head over to the microsite for more information: http://busymachines.github.io/busymachines-commons/
Currently built against Scala 2.12
, and 2.13
.
Latest version of the library is 0.4.0
All code is available to you under the Apache 2.0 license, available at http://www.apache.org/licenses/LICENSE-2.0 and also in the LICENSE file.
People who have contributed to the new version are:
- @lorandszakacs
This used to be the resting place of the busymachines-commons
library that we used internally for various projects, it reached version 0.6.5
, but it fell into disrepair. If you require that library, by any chance, then check-out the zz_deprecated/release-0.6.5
branch, and good luck from there. That bit will never be maintained again. And what you find resembles what was only by accident.
People who have created this history of 935 commits are (listed in order of commits):
- @rditerwich
- @paulsabou
- @mateialexandru
- @lorandszakacs
- @cristiboariu
- @adrianbumbas
- @nfazekas
- @advorkovyy
- @hipjim
- @mihaiSimu
- @scalastuff
You can use github API to get a list of contributors from a public project. At the time of writing you can use:
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET https://api.github.com/repos/busymachines/busymachines-commons/contributors > contributors.json