File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ; ;; SPDX-License-Identifier: MPL-2.0
2- ; ;; guix.scm — Guix environment for K9 SVC development
3- ; ;;
4- ; ;; Usage:
5- ; ;; guix shell -D -f guix.scm
6- ; ;;
1+ ; SPDX-License-Identifier: MPL-2.0
2+ ; ; guix.scm — GNU Guix package definition for squisher-corpus
3+ ; ; Usage: guix shell -f guix.scm
74
85(use-modules (guix packages)
96 (guix build-system gnu)
10- (guix licenses)
11- (gnu packages base)
12- (gnu packages crypto)
13- (gnu packages shells)
14- (gnu packages rust-apps) ; for just
15- (gnu packages node)) ; for nickel if available or used
7+ (guix licenses))
168
179(package
18- (name " k9-svc " )
19- (version " 1.0 .0" )
20- (source #f ) ; Development environment only
10+ (name " squisher-corpus " )
11+ (version " 0.1 .0" )
12+ (source #f )
2113 (build-system gnu-build-system)
22- (native-inputs
23- (list just
24- openssl
25- nickel
26- ripgrep))
27- (synopsis " Self-Validating Components - Data-first configuration" )
28- (description
29- " Development environment for K9 SVC, including Nickel for schema
30- validation and OpenSSL for cryptographic signing." )
31- (home-page " https://github.com/hyperpolymath/standards/tree/main/k9-svc" )
32- (license agpl3+))
14+ (synopsis " squisher-corpus" )
15+ (description " squisher-corpus — part of the hyperpolymath ecosystem." )
16+ (home-page " https://github.com/hyperpolymath/squisher-corpus" )
17+ (license ((@@ (guix licenses) license) " PMPL-1.0-or-later"
18+ " https://github.com/hyperpolymath/palimpsest-license" )))
You can’t perform that action at this time.
0 commit comments