Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radicle-dev/radicle-link

The second iteration of the Radicle code collaboration protocol.
https://github.com/radicle-dev/radicle-link

Last synced: about 19 hours ago
JSON representation

The second iteration of the Radicle code collaboration protocol.

Awesome Lists containing this project

README

        

# Radicle Link 🌱

Radicle Link is an experimental protocol for peer-to-peer code collaboration.

[![Github build status](https://github.com/radicle-dev/radicle-link/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/radicle-dev/radicle-link/actions/workflows/ci.yaml)
[![sourcehut build status](https://builds.sr.ht/~radicle-link/radicle-link.svg)](https://builds.sr.ht/~radicle-link/radicle-link/?)

To receive updates about the project, subscribe to the announcements mailing
([archives][annml]) list by sending an empty email to:

[~radicle-link/[email protected]](mailto:~radicle-link/[email protected])

Please direct questions or bug reports to the development mailing list at
[~radice-link/[email protected]](mailto:~radicle-link/[email protected])
([archives][devml]). You do not have to be subscribed to the list to post.

## Build

To build the project, you need a Rust build enviroment (best obtained using
[rustup]). To compile, run `cargo build`.

External dependencies vary across operating systems / distributions. A `git`
installation is currently required as a runtime dependency.

## License

Unless otherwise noted, all source code in this repository is licensed under the
[GPLv3]. See the [LICENSE] file for details.

## Contributing

If you are considering to contribute to this project, please review the
[contributing guidelines][contributing].

[annml]: https://lists.sr.ht/~radicle-link/announce
[devml]: https://lists.sr.ht/~radicle-link/dev
[rustup]: https://rustup.rs
[GPLv3]: https://www.gnu.org/licenses/gpl-3.0
[LICENSE]: ./LICENSE
[contributing]: ./CONTRIBUTING.md