Dorodango

Introduction

Dorodango is package manager written in and for R6RS Scheme.

Using dorodango, you can easily install and distribute collections of R6RS libraries as well as programs using these libraries. It can handle dependencies, so when a program requires several libraries, and each of those has further dependencies, dorodango allows you to install all the prerequisites for that program in one go.

License

Dorodango is licensed under the GNU General Public License (GPL), version 3 or later.

Download

Dorodango's source code is hosted on gitlab.

Documentation

The Dorodango Manual as HTML or PDF.

Note that the manual is written in Texinfo, so you can create an info file and read it from within Emacs.

Development

Bug reports are welcome at the bug tracker.