update packages

This commit is contained in:
2025-11-25 19:52:03 +01:00
parent 14ba373378
commit dbbae92267
280 changed files with 13451 additions and 11207 deletions

View File

@@ -1,10 +1,10 @@
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "string-inflection" "20250630.555"
"Underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names."
(define-package "string-inflection" "20251114.1041"
"Foo_bar => FOO_BAR => FooBar => fooBar => foo-bar => Foo_Bar => foo_bar conversion of names."
()
:url "https://github.com/akicho8/string-inflection"
:commit "02ab7b2ea8530c63c20556c1afb795924e08dfca"
:revdesc "02ab7b2ea853"
:commit "072f7dff43140570788d64ac0ec9d930c3c2a96b"
:revdesc "072f7dff4314"
:keywords '("elisp")
:authors '(("akicho8" . "akicho8@gmail.com"))
:maintainers '(("akicho8" . "akicho8@gmail.com")))