diff options
| author | moksh <mysticmoksh@riseup.net> | 2026-03-12 19:47:30 +0530 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-19 08:07:28 +0200 |
| commit | 6a904160176b608dfa4e925bcfbc1094d0ee3b92 (patch) | |
| tree | 8acfb3c8305e50c9ba5d5c55efd10215ee3d7345 /gnu | |
| parent | 2fdb18979e2fd285a749cd537120f7105f469e30 (diff) | |
gnu: Add emacs-jag.
* gnu/packages/emacs-xyz.scm (emacs-jag): New variable.
Change-Id: If1948d0a609500391d7b240ccde32a4cc58dcce0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6987515c593..4a15fc808a1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -13807,6 +13807,28 @@ structure as input representing the HTML tree you want to generate and | |||
| 13807 | generates it as a string. Please see the homepage for usage examples.") | 13807 | generates it as a string. Please see the homepage for usage examples.") |
| 13808 | (license license:gpl3+)))) | 13808 | (license license:gpl3+)))) |
| 13809 | 13809 | ||
| 13810 | (define-public emacs-jag | ||
| 13811 | (package | ||
| 13812 | (name "emacs-jag") | ||
| 13813 | (version "0.5") | ||
| 13814 | (source | ||
| 13815 | (origin | ||
| 13816 | (method git-fetch) | ||
| 13817 | (uri (git-reference | ||
| 13818 | (url "https://codeberg.org/martianh/jag.el") | ||
| 13819 | (commit version))) | ||
| 13820 | (file-name (git-file-name name version)) | ||
| 13821 | (sha256 | ||
| 13822 | (base32 "0hfv3hf0p7y5imrzb6rv90cjxd22ih2n529ggc7fwgd1n40zvgj8")))) | ||
| 13823 | (build-system emacs-build-system) | ||
| 13824 | (propagated-inputs (list emacs-string-inflection emacs-swagg)) | ||
| 13825 | (home-page "https://codeberg.org/martianh/jag.el") | ||
| 13826 | (synopsis "Generate API client libraries in elisp using swagg.el") | ||
| 13827 | (description | ||
| 13828 | "This package provides utilities to use swagg.el to generate API client | ||
| 13829 | libraries from Swagger specs.") | ||
| 13830 | (license license:gpl3+))) | ||
| 13831 | |||
| 13810 | (define-public emacs-jedi | 13832 | (define-public emacs-jedi |
| 13811 | (package | 13833 | (package |
| 13812 | (name "emacs-jedi") | 13834 | (name "emacs-jedi") |
