update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,11 +1,10 @@
(define-package "string-inflection" "20240816.523" "underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names" 'nil :commit "4cc92e1ecd3d165b55235b51ae65ac09a0364958" :authors
'(("akicho8" . "akicho8@gmail.com"))
:maintainers
'(("akicho8" . "akicho8@gmail.com"))
:maintainer
'("akicho8" . "akicho8@gmail.com")
:keywords
'("elisp"))
;; Local Variables:
;; no-byte-compile: t
;; End:
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "string-inflection" "20240816.523"
"Underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names."
()
:url "https://github.com/akicho8/string-inflection"
:commit "4cc92e1ecd3d165b55235b51ae65ac09a0364958"
:revdesc "4cc92e1ecd3d"
:keywords '("elisp")
:authors '(("akicho8" . "akicho8@gmail.com"))
:maintainers '(("akicho8" . "akicho8@gmail.com")))

View File

@@ -4,7 +4,8 @@
;; Author: akicho8 <akicho8@gmail.com>
;; Keywords: elisp
;; Version: 1.1.0
;; Package-Version: 20240816.523
;; Package-Revision: 4cc92e1ecd3d
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by