GNU bug report logs - #75015
[PATCH 00/38] Astro update 2024/12

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 21 Dec 2024 20:21:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75015 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Efraim Flashner <efraim <at> flashner.co.il>, Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: [bug#75015] [PATCH 04/38] gnu: Add julia-interfaces.
Date: Sat, 21 Dec 2024 20:22:24 +0000
* gnu/packages/julia-xyz.scm (julia-interfaces): New variable.

Change-Id: Ia0dc3903460f4fa87a0649e404dacea33c0f8f04
---
 gnu/packages/julia-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 35bb76411f..0d6bc22b5c 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3412,6 +3412,31 @@ (define-public julia-inlinestrings
 255 bytes.")
     (license license:expat)))
 
+(define-public julia-interfaces
+  (package
+    (name "julia-interfaces")
+    (version "0.3.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/rafaqz/Interfaces.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1g765wzqc16pxrr3kqcbq0b2n1w51mwaxffrv4yjn1mvr607y6xf"))))
+    (build-system julia-build-system)
+    (native-inputs
+     (list julia-aqua))
+    (propagated-inputs
+     (list julia-documenter))
+    (home-page "https://github.com/rafaqz/Interfaces.jl")
+    (synopsis "Macros to define and implement interfaces")
+    (description
+     "This package provides macros for defining the required behaviours of
+Julia interfaces, and stating that an object implements them.")
+    (license license:expat)))
+
 (define-public julia-interpolations
   (package
     (name "julia-interpolations")
-- 
2.46.0





This bug report was last modified 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.