sakuro / asdf-gauche

Gauche plugin for asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Gauche plugin for asdf version manager

Install

asdf plugin-add gauche

Use

Check asdf readme for instructions on how to install & manage versions of Gauche.

Note

SLIB

If you have SLIB installed in one of the following directories:

  • $(brew --prefix slib)/lib/slib (only if you are using Homebrew[*])
  • /usr/local/slib
  • /usr/local/lib/slib
  • /opt/local/lib/slib

the interpreter automatically detects where it is and sets SCHEME_LIBRARY_PATH accordingly.

[*]: The formula of slib is in sakuro/formulae

(sys-getenv "SCHEME_LIBRARY_PATH") #; "..path..to../slib"
(use slib)
(require 'factor) #; #t
(factor 120) #; (2 2 2 3 5)

Source Location

At the time of this writing, sourceforge.net is used for listing versions and fetching source tarballs because tarballs on GitHub releases require additional tool(autoconf) to generate the configure script.

About

Gauche plugin for asdf version manager

License:MIT License


Languages

Language:Shell 100.0%