unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 74729@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#74729] [PATCH 1/4] gnu: Add rust-stc-s-0.1.
Date: Sat,  7 Dec 2024 20:19:47 +0000	[thread overview]
Message-ID: <999c4ac458527a560aed38ba855d3391b09d65db.1733602367.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1733602367.git.sharlatanus@gmail.com>

* gnu/packages/crates-io.scm (rust-stc-s-0.1): New variable.

Change-Id: Ic6cb2c8f598219126a1d55ed979f42f0cca3e524
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index db4edce680..3ea1f014ad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
 ;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx@disroot.org>
 ;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
+;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -77928,6 +77929,30 @@ (define-public rust-stb-truetype-0.3
 in @code{stb_truetype.h} from C to Rust.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-stc-s-0.1
+  (package
+    (name "rust-stc-s")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "stc-s" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0mcvhd50qqysqvd5jqd5ydjyqs3rp2x6irk518lrqn7xlx3cz04p"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-nom" ,rust-nom-7)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://github.com/cds-astro/cds-stc-rust/")
+    (synopsis "STC-S serializer/deserializer with JSON support")
+    (description
+     "This package provides Rust implementation of a @acronym{Space-Time
+Coordinate,STC-S} serializer/deserializer with JSON support.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-std-prelude-0.2
   (package
     (name "rust-std-prelude")
-- 
2.46.0





  reply	other threads:[~2024-12-07 20:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-07 20:18 [bug#74729] [PATCH 0/4] Astro update 2024-12 - Rust packages Sharlatan Hellseher
2024-12-07 20:19 ` Sharlatan Hellseher [this message]
2024-12-07 20:19 ` [bug#74729] [PATCH 2/4] gnu: Add rust-mapproj-0.3 Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 3/4] gnu: Add rust-katex-doc-0.1 Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 4/4] gnu: Add rust-cdshealpix-0.7 Sharlatan Hellseher
2024-12-08  7:58 ` [bug#74729] [PATCH 0/4] Astro update 2024-12 - Rust packages Efraim Flashner
2024-12-08 12:00 ` bug#74729: " Sharlatan Hellseher

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=999c4ac458527a560aed38ba855d3391b09d65db.1733602367.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=74729@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /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).