all messages for Guix-related lists mirrored at yhetil.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 3/4] gnu: Add rust-katex-doc-0.1.
Date: Sat,  7 Dec 2024 20:19:49 +0000	[thread overview]
Message-ID: <8c335a207a6e0acd7a1813d5d4a1beb494e773a3.1733602367.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1733602367.git.sharlatanus@gmail.com>

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

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cf5e80b44e..d2eeb5a71d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34258,6 +34258,24 @@ (define-public rust-jwalk-0.8
 speed then walkdir provides a smaller and more tested single threaded implementation.")
     (license license:expat)))
 
+(define-public rust-katex-doc-0.1
+  (package
+    (name "rust-katex-doc")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "katex-doc" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fa0fi3bv9qdab0cb49q8971vszf0nzmvnvm70lns5xrpyyq0nqy"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/CAD97/katex-doc")
+    (synopsis "XaaS for KaTeX on docs.rs")
+    (description
+     "This package provides a XSS as a Service for KaTeX on docs.rs")
+    (license (list license:unlicense license:expat))))
+
 (define-public rust-koibumi-base32-0.0.2
   (package
     (name "rust-koibumi-base32")
-- 
2.46.0





  parent 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 ` [bug#74729] [PATCH 1/4] gnu: Add rust-stc-s-0.1 Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 2/4] gnu: Add rust-mapproj-0.3 Sharlatan Hellseher
2024-12-07 20:19 ` Sharlatan Hellseher [this message]
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

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

  git send-email \
    --in-reply-to=8c335a207a6e0acd7a1813d5d4a1beb494e773a3.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 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.