emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ELPA] New package: hugoista


From: Stefan Monnier
Subject: Re: [ELPA] New package: hugoista
Date: Fri, 07 Mar 2025 14:27:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>> One thing hinted to by Philip Kaludercic though: my package uses (via
>> `require`) a MELPA package (https://melpa.org/#/parse-csv). How does
>> this play out licence-wise?

The main issue here is that we do not distribute packages which users
can install only if they add something else obtained via other means,
such as Melpa.

So, looking at your:

    ;; Package-Requires: ((emacs "24.3") cl-lib seq tabulated-list (parse-csv 
"0.3"))

either you change your code so that the `(parse-csv "0.3")` is not
needed any more, or we need to first arrange for `parse-csv` to be in
GNU or NonGNU ELPA.

[ Side note: Emacs-24.3 includes `cl-lib` and `tabulated-list` already.  ]


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]