You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cask is a modern dependency manager and build too for elisp packages. It supports declaring and installing dependencies (like Gemfiles for Ruby), building the software, running automated ERT tests, and creating an ELPA package. Many elisp packages have been moving to Cask recently, and it's easier to maintain than Autotools.
We have the additional caveat that we have a C code component as well. We will need to look at whether Cask can handle this, or what we can do about this.
The text was updated successfully, but these errors were encountered:
Cask is a modern dependency manager and build too for elisp packages. It supports declaring and installing dependencies (like
Gemfile
s for Ruby), building the software, running automated ERT tests, and creating an ELPA package. Many elisp packages have been moving to Cask recently, and it's easier to maintain than Autotools.For an example Cask file, see Flycheck's.
We have the additional caveat that we have a C code component as well. We will need to look at whether Cask can handle this, or what we can do about this.
The text was updated successfully, but these errors were encountered: