void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Package request: cask

Open Eloitor opened this issue 1 year ago • 4 comments

Package name

cask

Package homepage

https://cask.readthedocs.io/en/latest/

Description

Cask is a project management tool for Emacs Lisp to automate the package development cycle; development, dependencies, testing, building, packaging and more.

Does the requested package meet the quality requirements?

System

Is the requested package released?

Yes

Eloitor avatar Aug 04 '22 22:08 Eloitor

This is not compiled package. It's a shell wrapped around emacs scripts.

sgn avatar Aug 05 '22 04:08 sgn

https://github.com/cask/cask/blob/master/Makefile#L30 I thought it needed compilation.

Eloitor avatar Aug 05 '22 16:08 Eloitor

It uses emacs to compile emacs script to emacs bytecode, which isn't really compiling.

sgn avatar Aug 06 '22 01:08 sgn

Okay, thanks. I didn't know.

Eloitor avatar Aug 08 '22 18:08 Eloitor