Put in earplugs
This commit is contained in:
parent
2810d0a7eb
commit
3fd22e973e
1 changed files with 11 additions and 11 deletions
|
@ -36,16 +36,16 @@
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/zzkt/osc")
|
(url "https://github.com/zzkt/osc")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "osc" version))
|
(file-name (git-file-name "cl-osc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x4cavspaxcr604g0hwak1ncy4m9cqq03ji4v56g2h1443n7h48a"))))
|
(base32 "1x4cavspaxcr604g0hwak1ncy4m9cqq03ji4v56g2h1443n7h48a"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(native-inputs (list sbcl-fiveam))
|
||||||
(inputs (list sbcl-ieee-floats))
|
(inputs (list sbcl-ieee-floats))
|
||||||
(synopsis "Implementation of the Open Sound Control protocol")
|
(synopsis "Implementation of the Open Sound Control protocol")
|
||||||
(description
|
(description "This is a lisp implementation of the Open Sound Control protocol (or more accurately “data transport specification” or “encoding”). The code should be close to ANSI standard common lisp and provides self contained code for encoding and decoding of OSC data, messages, and bundles.")
|
||||||
"This is a lisp implementation of the Open Sound Control protocol (or more accurately “data transport specification” or “encoding”). The code should be close to ANSI standard common lisp and provides self contained code for encoding and decoding of OSC data, messages, and bundles.")
|
|
||||||
(home-page "https://github.com/zzkt/osc/")
|
(home-page "https://github.com/zzkt/osc/")
|
||||||
(license (list license:gpl3+)))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public cl-osc
|
(define-public cl-osc
|
||||||
(sbcl-package->cl-source-package sbcl-osc))
|
(sbcl-package->cl-source-package sbcl-osc))
|
||||||
|
|
Loading…
Reference in a new issue