Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/radicle-dev/radicle-link
- Owner: radicle-dev
- License: other
- Created: 2019-10-29T16:01:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T12:31:50.000Z (about 2 years ago)
- Last Synced: 2024-10-28T22:57:05.857Z (11 days ago)
- Language: Rust
- Homepage:
- Size: 5.87 MB
- Stars: 423
- Watchers: 17
- Forks: 39
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-starred - radicle-dev/radicle-link - The second iteration of the Radicle code collaboration protocol. (others)
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