Giter Site home page Giter Site logo

ql-manager's Introduction

ql-manager

Build Status

A Quicklisp environment manager.

Overview

This is a tiny library for downloading and managing multiple Quicklisp installations. It's a pretty flexible library, and as such, doesn't do certain things like installing those QL setups, but you can easily extend it to do that.

ql-manager downloads the Quicklisp installer to a directory, then you can use it to install Quicklisp environments into subdirectories, and record those installs in a database.

Usage

CL-USER> (ql:quickload :ql-manager)
To load "ql-manager":
  Load 1 ASDF system:
    ql-manager
; Loading "ql-manager"
.....................
(:QL-MANAGER)

;;; Create a manager object, with the directory where you want to store the QL
;;; installs
CL-USER> (defvar *manager* (make-instance 'ql-manager:manager
                                          :directory #p"/home/eudoxia/.quicklisp/"))
*MANAGER*

;;; Download Quicklisp

CL-USER> (ql-manager:download-quicklisp-installer *manager*)
Downloading the Quicklisp installer...
Downloading "http://beta.quicklisp.org/quicklisp.lisp" (57.144 kB)
.........10%.........20%.........30%.........40%.........50%.........60%.........70%.........80%.........90%.........100%
Verifying installer...
NIL

License

Copyright (c) 2015 Fernando Borretti

Licensed under the MIT License.

ql-manager's People

Contributors

eudoxia0 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.