[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add cl-file-notify.
From: |
guix-commits |
Subject: |
08/09: gnu: Add cl-file-notify. |
Date: |
Fri, 25 Nov 2022 04:32:40 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 13eafd67301b37b6490d666c4f78d6c26337c052
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Nov 25 07:29:56 2022 +0000
gnu: Add cl-file-notify.
* gnu/packages/lisp-xyz.scm (sbcl-file-notify, cl-file-notify,
ecl-file-notify): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index aee311c2dd..56178a82cd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -490,6 +490,39 @@ interface to the Linux inotify API.")
(define-public ecl-cl-inotify
(sbcl-package->ecl-package sbcl-cl-inotify))
+(define-public sbcl-file-notify
+ (let ((commit "f12dc2f2aae5fee13355cd93a8cae0c4c412b76d")
+ (revision "0"))
+ (package
+ (name "sbcl-file-notify")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/file-notify")
+ (commit commit)))
+ (file-name (git-file-name "cl-file-notify" version))
+ (sha256
+ (base32 "0788d98rqm1krl8nbfh8qshvyf6g336i9bqrdhkx06cfvbh0wcny"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-cffi
+ sbcl-documentation-utils
+ sbcl-trivial-features))
+ (home-page "https://github.com/Shinmera/file-notify")
+ (synopsis "Get notifications for file accesses and changes")
+ (description
+ "File-Notify is a Common Lisp library for getting notifications for file
+accesses and changes.")
+ (license license:zlib))))
+
+(define-public cl-file-notify
+ (sbcl-package->cl-source-package sbcl-file-notify))
+
+(define-public ecl-file-notify
+ (sbcl-package->ecl-package sbcl-file-notify))
+
(define-public sbcl-bodge-queue
(let ((commit "948c9a501dcd412689952d09eb7453ec2722336a")
(revision "0"))
- branch master updated (d524ec6fb5 -> d0b4baf51f), guix-commits, 2022/11/25
- 01/09: gnu: p2pool: Update to 2.5., guix-commits, 2022/11/25
- 05/09: gnu: Add cl-concurrent-hash-tables., guix-commits, 2022/11/25
- 06/09: gnu: Add cl-atomichron., guix-commits, 2022/11/25
- 07/09: gnu: Add cl-marray., guix-commits, 2022/11/25
- 02/09: gnu: xmrig: Update to 6.18.1., guix-commits, 2022/11/25
- 04/09: gnu: electrum: Update to 4.3.2., guix-commits, 2022/11/25
- 03/09: gnu: electron-cash: Update to 4.2.12., guix-commits, 2022/11/25
- 08/09: gnu: Add cl-file-notify.,
guix-commits <=
- 09/09: gnu: Add cl-system-load., guix-commits, 2022/11/25