Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nrepl/bencode
A netstring and bencode implementation for Clojure.
https://github.com/nrepl/bencode
Bump the copyright years
4286ceef3cc7e9531b8e1650d0a1ff243b150dcd authored over 3 years ago
4286ceef3cc7e9531b8e1650d0a1ff243b150dcd authored over 3 years ago
Extend the README a bit
9294bd1f910e38a39f2ce998f07ff3c0d1cc35da authored over 3 years ago
9294bd1f910e38a39f2ce998f07ff3c0d1cc35da authored over 3 years ago
Add downloads badge
445fd18ad6b50f99e34305cde11819e2e248eb3f authored over 3 years ago
445fd18ad6b50f99e34305cde11819e2e248eb3f authored over 3 years ago
Add usage examples
569e6aeb017af317cd95872bf5056b0ecfa68a5e authored over 4 years ago
569e6aeb017af317cd95872bf5056b0ecfa68a5e authored over 4 years ago
Fix a typo
d061e3516e299aabb6aa02b118558b0a6b4d023b authored over 4 years ago
d061e3516e299aabb6aa02b118558b0a6b4d023b authored over 4 years ago
Release 1.1.0
5156bf9644e3d5c8a32003f10b8bdf169d30f5e6 authored almost 5 years ago
5156bf9644e3d5c8a32003f10b8bdf169d30f5e6 authored almost 5 years ago
Allow maps with keywords or symbols to be written (#8)
4695e640cd43104c32337fc6fc3feaa5f9cd785b authored almost 5 years ago
4695e640cd43104c32337fc6fc3feaa5f9cd785b authored almost 5 years ago
Move some text around
873658baf0133fc7109964449495751c998d7557 authored almost 5 years ago
873658baf0133fc7109964449495751c998d7557 authored almost 5 years ago
Fix the CI badge
a9bae04c29d88d34ac2e348e967936caed372ed3 authored almost 5 years ago
a9bae04c29d88d34ac2e348e967936caed372ed3 authored almost 5 years ago
Switch to CircleCI
3dde3e52da8285f133a7d5125beafb7997d07696 authored almost 5 years ago
3dde3e52da8285f133a7d5125beafb7997d07696 authored almost 5 years ago
[Fix #6] Remove unused reference to clojure.lang.RT (#7)
96ea1854b65359926b737a4decb87a683b2532be authored almost 5 years ago
96ea1854b65359926b737a4decb87a683b2532be authored almost 5 years ago
Release 1.0.1
ff3ab657b1d960af61ee5627ac7ce49e66458781 authored almost 5 years ago
ff3ab657b1d960af61ee5627ac7ce49e66458781 authored almost 5 years ago
[Fix #4] Make compatible with GraalVM (#5)
0d404965275067fcfc551dc15f729431ad5c1575 authored almost 5 years ago
0d404965275067fcfc551dc15f729431ad5c1575 authored almost 5 years ago
Remove unnecessary laziness
Backport from nrepl/nrepl@c99280bbf9078e5b3f96a7ec23f89ea2425b9a4e.
04287269237788811ee4726d5a51db72d5d600d1 authored almost 6 years ago
Update a reference to nREPL's website
ac9af9911a30daf7728be74464525a61343409fe authored about 6 years ago
ac9af9911a30daf7728be74464525a61343409fe authored about 6 years ago
Remove placeholder documentation file
59d5b0479475e0f23e4eb8279f68a1212dce5605 authored over 6 years ago
59d5b0479475e0f23e4eb8279f68a1212dce5605 authored over 6 years ago
Update the changelog
80b84c7fddef7d3ae64e402d4cd73c36dcd82d44 authored over 6 years ago
80b84c7fddef7d3ae64e402d4cd73c36dcd82d44 authored over 6 years ago
Tweak the README
e8d6ea4643b7454ab4a2f3fb58144825da78a5f0 authored over 6 years ago
e8d6ea4643b7454ab4a2f3fb58144825da78a5f0 authored over 6 years ago
Add a cljdoc badge
546668a604f01b712b96b60604ce8953e4e48009 authored over 6 years ago
546668a604f01b712b96b60604ce8953e4e48009 authored over 6 years ago
Improve the release management
37ec1fcf768a0c004381924a21f733d34d7f92de authored over 6 years ago
37ec1fcf768a0c004381924a21f733d34d7f92de authored over 6 years ago
Bump the version to 1.0.0
The library is extremely stable at this point. No changes have been
made to it as part of nREPL ...
Add some basic usage section
298f86743e70ed8aeda60877dc102f65c3d64950 authored over 6 years ago
298f86743e70ed8aeda60877dc102f65c3d64950 authored over 6 years ago
Give credit to @kotarak for creating this beautiful piece of code
b43c2322a9dd3f1664caf63981cabaeb584d6cef authored over 6 years ago
b43c2322a9dd3f1664caf63981cabaeb584d6cef authored over 6 years ago
Extend the README a bit
1a98f6a3bc2191c0af9319ad1cf65f52db26f287 authored over 6 years ago
1a98f6a3bc2191c0af9319ad1cf65f52db26f287 authored over 6 years ago
Add a couple of badges to the README
e2a9b3af9aad839f8ccb8df2cf7fe6b14e228313 authored over 6 years ago
e2a9b3af9aad839f8ccb8df2cf7fe6b14e228313 authored over 6 years ago
Add Travis config
cf8027a4bd9398aae4712dfe1a0f0dc5419f6a41 authored over 6 years ago
cf8027a4bd9398aae4712dfe1a0f0dc5419f6a41 authored over 6 years ago
Initial commit
That's basically just an extraction of the existing functionality from
nREPL into a reusable lib...