all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 73271@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>,
	Guillaume Le Vaillant <glv@posteo.net>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	jgart <jgart@dismail.de>
Subject: [bug#73271] [PATCH] gnu: Add sbcl-cl-ewkb.
Date: Sun, 15 Sep 2024 10:37:16 +0200	[thread overview]
Message-ID: <87519a3fd48a4accf9869813120bf9c303707863.1726389412.git.roman@burningswell.com> (raw)

* 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





             reply	other threads:[~2024-09-15  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15  8:37 Roman Scherer [this message]
2024-09-18 12:42 ` bug#73271: [PATCH] gnu: Add sbcl-cl-ewkb 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

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

  git send-email \
    --in-reply-to=87519a3fd48a4accf9869813120bf9c303707863.1726389412.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=73271@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=glv@posteo.net \
    --cc=jgart@dismail.de \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.