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- ; ; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
3- ; ;
4- ; ; Guix development environment for standards.
5- ; ; Usage: guix shell -D -f guix.scm
1+ ; SPDX-License-Identifier: MPL-2.0
2+ ; ; guix.scm — GNU Guix package definition for squisher-corpus
3+ ; ; Usage: guix shell -f guix.scm
64
75(use-modules (guix packages)
86 (guix build-system gnu)
9- (gnu packages node ))
7+ (guix licenses ))
108
119(package
12- (name " standards " )
10+ (name " squisher-corpus " )
1311 (version " 0.1.0" )
1412 (source #f )
1513 (build-system gnu-build-system)
16- (native-inputs
17- (list deno
18- nickel))
19- (synopsis " Hyperpolymath standards monorepo" )
20- (description
21- " Collection of hyperpolymath standards including A2ML, K9, Axel
22- protocol, Groove protocol, eNSAID configuration, and component
23- readiness grades, with Deno tooling and Nickel configuration." )
24- (license #f ))
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