all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Distributing binaries within Emacs packages
@ 2020-12-13 21:45 Jackson Benete
  2020-12-14  8:28 ` Stefan Monnier
  2020-12-14 22:30 ` Jean Louis
  0 siblings, 2 replies; 3+ messages in thread
From: Jackson Benete @ 2020-12-13 21:45 UTC (permalink / raw)
  To: help-gnu-emacs

Hello there,

I was chatting on r/emacs about a package I'm writing and some other
projects I have.

I was asking about the possibility on writing a common lisp software, and
compiling it to call inside emacs instead of calling shell to use OS tools
to do the job*, since those tools are not normally cross-OS available, I
could compile the common lisp tool for multiple platforms and distribute it
with the package.

The guy suggested to me to clarify the question with you by mail, because
he thinks that it's not possible to distribute binaries within packages
with the emacs package system.

Is it possible to distribute the package with those binaries? Or the only
way to do that is to share for people to clone it inside ".emacs.d/"
manually?

Thanks for your time!

Jackson Benete


*E.g. one of the packages aims to work with cryptography. Emacs have some
cryptography functions but it accepts only strings and buffers as objects,
but I need to use files as objects. I thought I could write something using
cl-ironclad and ship it within the package.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-14 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-13 21:45 Distributing binaries within Emacs packages Jackson Benete
2020-12-14  8:28 ` Stefan Monnier
2020-12-14 22:30 ` Jean Louis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.