Coder Social home page Coder Social logo

guile-lib's Introduction

# -*- indented-text -*-

Guildhall is a package manager written for Guile Scheme.
A guild is an association of independent craftspeople. A guildhall is where they
meet. This Guildhall aims to make a virtual space for Guile wizards and 
journeyfolk to share code.

On a practical level, Guildhall lets you share Scheme modules and programs over
the internet, and install code that has been shared by others. Guildhall can
handle dependencies, so when a program requires several libraries, and each
of those has further dependencies, all of the prerequisites for the program
can be installed in one go.

=== Installation ========================================================

Get guile 2.x: http://gnu.org/s/guile

Then get and install guildhall:

    git clone [email protected]/ijp/guildhall.git
    cd guildhall
    ./autogen.sh && ./configure --prefix /usr && make
    sudo make install

Finally add a minimal configuration

    mkdir -p ~/.config/guildhall/
    echo '(repository shift-reset "http://shift-reset.com/doro/")' >> ~/.config/guildhall/config.scm

Now you can see the packages with

    guild update
    guild list-packages --all

More options:

    guild --help

For details see docs/installation.texi and docs/quickstart.texi

=== Background ==========================================================

Guildhall is a port of Andreas Rottmanns Dorodango portable package manager for
R6RS Scheme, adapted to better fit in with Guile Scheme environments. 
It is compatible with the R6RS Scheme package archives that Dorodango uses.

dorodango is (intended to be) a package manager for R6RS
implementations. Its main concepts are outlined in this thread:
<http://groups.google.com/group/ikarus-users/browse_thread/thread/fabb890e3015f6f1>.

Any help or feedback is welcome!

=== Aptitude ============================================================

For resolving dependencies, dorodango employs a Scheme "port" of
aptitude's [0] solver. The code is based on aptitude changeset
3258:f952da7ee794, Copyright (C) 2005, 2007-2009, Daniel Burrows,
licensed under the GPL, version 2 or later. dorodango also takes some
inspiration from aptitude's command line user interface, mostly in the
form of similiar wording of messages.

=== License ============================================================

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

See the file COPYING in this distribution for the exact terms of the
GNU GPL, version 3.

=== Footnotes ==========================================================

[0] Aptitude is Debian's high-level package managment tool, written in
    C++; its Mercurial repository can be found at
    <http://hg.debian.org/hg/aptitude/head>.

--
Andreas Rottmann <[email protected]>, September 2009

guile-lib's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.