Skip to content

ciao-lang/devenv

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Development environment for Ciao

This is the Emacs-based development environment for Ciao. See Manifest for contents of this bundle.

Installation methods (one of):

  • clone ciao and execute:
./ciao-boot.sh get devenv

System configuration options are allowed as additional arguments (see INSTALLATION file for configuration flags, etc.)

  • (experimental) on top of an existing minimum ciao:
ciao get devenv
  • (experimental) one-line installation for Linux and macOS (use with care!):
curl https://ciao-lang.org/boot -sSfL | sh -s -- get devenv

where the uninstallation methods are, respectively:

  • ./ciao-boot.sh uninstall (then remove directory)
  • ciao uninstall ciao_emacs, ciao rm ciao_emacs, ciao rm devenv, etc. (must be done by hand per bundle)
  • remove system at ~/.ciaoroot/master:
( cd ~/.ciaoroot/master; ./ciao-boot.sh uninstall )
rm -rf ~/.ciaoroot/master
rmdir ~/.ciaoroot > /dev/null 2>&1 || true

About

Full development environment (Emacs-based)

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages