* [bug#73271] [PATCH] gnu: Add sbcl-cl-ewkb.
@ 2024-09-15 8:37 Roman Scherer
2024-09-18 12:42 ` bug#73271: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-09-15 8:37 UTC (permalink / raw)
To: 73271
Cc: Roman Scherer, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, Sharlatan Hellseher, jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-ewkb): New variable.
Change-Id: Iceb146ccee94b82703af706b059b3c0b35f29d86
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..27fc96d592 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14568,6 +14568,37 @@ (define-public cl-eventbus
(define-public ecl-eventbus
(sbcl-package->ecl-package sbcl-eventbus))
+(define-public sbcl-cl-ewkb
+ (let ((commit "e2c7976cdc2074d63038ecd7179025ccb8d8f0b7")
+ (revision "0"))
+ (package
+ (name "sbcl-cl-ewkb")
+ (version (git-version "0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/filonenko-mikhail/cl-ewkb")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n1zm4i11638vh1a4m71690p4lpikkk0rp42j2yfvs5d9wi67cr1"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-ieee-floats sbcl-flexi-streams))
+ (home-page "https://github.com/filonenko-mikhail/cl-ewkb")
+ (synopsis "Common Lisp PostGIS EWKB library")
+ (description "This package is a geospatial library, based on cl-wkb,
+that implements the OGC Well-Known Binary geographic geometry data model with
+PostGIS 3d, 4d extensions, and provides WKB and EWKB encoding and decoding
+functionality.")
+ (license (list license:expat)))))
+
+(define-public cl-ewkb
+ (sbcl-package->cl-source-package sbcl-cl-ewkb))
+
+(define-public ecl-cl-ewkb
+ (sbcl-package->ecl-package sbcl-cl-ewkb))
+
(define-public sbcl-exit-hooks
;; No release.
(let ((commit "78050f4f55c138fcea86a9d720928782021b6012"))
base-commit: 66611696975409a52478b95a862a464daeaefe2a
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73271: [PATCH] gnu: Add sbcl-cl-ewkb.
2024-09-15 8:37 [bug#73271] [PATCH] gnu: Add sbcl-cl-ewkb Roman Scherer
@ 2024-09-18 12:42 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-18 12:42 UTC (permalink / raw)
To: Roman Scherer; +Cc: 73271-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 4d58773989b024ecf801b0c8acd7f36e1c5888c5.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-18 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 8:37 [bug#73271] [PATCH] gnu: Add sbcl-cl-ewkb Roman Scherer
2024-09-18 12:42 ` bug#73271: " Guillaume Le Vaillant
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).