Merge branch 'master' into wip-webkit

This commit is contained in:
Liliana Marie Prikler 2023-12-18 03:58:23 +01:00
commit 256d5b3598
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
115 changed files with 11714 additions and 49768 deletions

View file

@ -9995,8 +9995,8 @@ implementation specific equivalent.")
(sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
(define-public sbcl-serapeum
(let ((commit "47217ab69f76673db7e1fa65665ab804fb46d974")
(revision "11"))
(let ((commit "c08442a9757b7fa30ac345cb040e1642f97f6b78")
(revision "12"))
(package
(name "sbcl-serapeum")
(version (git-version "0.0.0" revision commit))
@ -10009,7 +10009,7 @@ implementation specific equivalent.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1mr868z1za6vfhb7gq3j7c1rb606gqfzschxdy7wcqx5xv3ndgpa"))))
(base32 "1sabd048agvgv7bhbw126rci9hf45fk08zhghcv6an2h6xwmc3qv"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
@ -19190,6 +19190,43 @@ Lisp.")
(define-public cl-percent-encoding
(sbcl-package->cl-source-package sbcl-percent-encoding))
(define-public sbcl-machine-state
(let ((commit "afa7392bc5dcb689cd170bcca765fb6ce6e4efc5")
(revision "1"))
(package
(name "sbcl-machine-state")
(version (git-version "1.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Shinmera/machine-state")
(commit commit)))
(file-name (git-file-name "machine-state" version))
(sha256
(base32 "1b897wj06cnalzf5nl6rif1skpa79rzc9a562x1bdhvanhsp7hwa"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-bordeaux-threads
sbcl-cffi
sbcl-cl-opengl
sbcl-documentation-utils))
(arguments
'(#:tests? #f ; No tests.
#:asd-systems '("machine-state" "machine-state/opengl")))
(home-page "https://notabug.org/cage/cl-mount-info.git")
(synopsis "Retrieve machine state information about CPU time, memory usage and more")
(description
"This library implements various functions to access status information
about the machine, process, etc.")
(license license:zlib))))
(define-public ecl-machine-state
(sbcl-package->ecl-package sbcl-machine-state))
(define-public cl-machine-state
(sbcl-package->cl-source-package sbcl-machine-state))
(define-public sbcl-cl-mount-info
(let ((commit "2024f5037a7f63db3e3587dc9972cd7b9318f06b")
(revision "1"))