Git Product home page Git Product logo

alternate-asdf-system-connections's Introduction

alternate-asdf-system-connections

alternate-asdf-system-connections is a fork of asdf-system-connections that incorporates load-system-driven mechanism for loading dependencies and also loads the dependencies of the connections.

The essence of both asdf-system-connections and alternate-asdf-system-connections is to define a helper system to bridge two or more underlying systems.

Here is a simple example from [metabang-bind][]'s system definition:

(asdf:defsystem-connection bind-and-metatilities
       :requires (metabang-bind metatilities-base)
       :perform (load-op :after (op c)
                         (use-package (find-package :metabang-bind)
                                      (find-package :metatilities))))

The requires clause specifies the other systems that must be loaded before this connection will be activated. The rest of the system definition is regular [ASDF][]. alternate-asdf-system-connections will be loaded as soon as the systems they require are all loaded and they will only be loaded once. Before loading a system that uses a system connection, you should load ASDF-System-Connections in the usual manner:

(asdf:oos 'asdf:load-op 'alternate-asdf-system-connections)

What is happening

17 March 2024
A fork alternate-asdf-system-connections is created that autoloads the dependencies of the connections in an appropriate order.
24 February 2013
Updates to make ASC happ(ier) with ASDF; website tweaks
19 October 2008
Website rework -- no fire, just smoke

alternate-asdf-system-connections's People

Contributors

attila-lendvai avatar digikar99 avatar fare 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.