unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 47811@debbugs.gnu.org
Subject: [bug#47811] [PATCH] gnu: Add sbcl-bodge-blobs-support.
Date: Fri, 16 Apr 2021 01:31:12 +0200 (CEST)	[thread overview]
Message-ID: <MYMrwl0--7-2@tuta.io> (raw)

From eeac3552e0a6df41e38f6cddf703fd41fbee8b7a Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Fri, 16 Apr 2021 02:29:58 +0300
Subject: [PATCH] gnu: Add sbcl-bodge-blobs-support.

* gnu/packages/lisp-xyz.scm (sbcl-bodge-blobs-support): New variable.
---
 gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f340360..320875c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15578,6 +15578,38 @@ immediately loaded.")
 (define-public cl-bodge-math
   (sbcl-package->cl-source-package sbcl-bodge-math))
 
+(define-public sbcl-bodge-blobs-support
+  (package
+    (name "sbcl-bodge-blobs-support")
+    (version "stable")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/borodust/bodge-blobs-support")
+             (commit version)))
+       (file-name (git-file-name "bodge-blobs-support" version))
+       (sha256
+        (base32 "02nd1x6y1akp1ymv1y4z9ympwbnpd1drwi4f86xbjszxqff6jyj8"))))
+    (build-system asdf-build-system/sbcl)
+    (arguments
+     `(#:asd-files '("bodge-blobs-support.asd")
+       #:asd-systems '("bodge-blobs-support")))
+    (native-inputs
+     `(("trivial-features" ,sbcl-trivial-features)
+       ("sbcl-alexandria" ,sbcl-alexandria)
+       ("cffi" ,sbcl-cffi)))
+    (home-page "https://github.com/borodust/bodge-blobs-support")
+    (synopsis "Common utilities for blob packages")
+    (description "Library for simplifying packaging and loading of compiled foreign library collection.")
+    (license license:unlicense)))
+
+(define-public cl-bodge-blobs-support
+  (sbcl-package->cl-source-package sbcl-bodge-blobs-support))
+
+(define-public ecl-bodge-blobs-support
+  (sbcl-package->ecl-package sbcl-bodge-blobs-support))
+
 (define-public sbcl-cl-conspack
   (let ((commit "fc8473bc6f929696b03b43820596b7c976c4678e")
         (revision "1"))
-- 
2.31.1






             reply	other threads:[~2021-04-15 23:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 23:31 Adam Kandur via Guix-patches via [this message]
2021-04-16 11:57 ` bug#47811: [PATCH] gnu: Add sbcl-bodge-blobs-support Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MYMrwl0--7-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=47811@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).