We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48a5f0 commit 1b8c950Copy full SHA for 1b8c950
ECOSYSTEM.scm
@@ -0,0 +1,20 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
3
+;; ECOSYSTEM.scm — template-repo
4
+
5
+(ecosystem
6
+ (version "1.0.0")
7
+ (name "template-repo")
8
+ (type "project")
9
+ (purpose "Project in the hyperpolymath ecosystem")
10
11
+ (position-in-ecosystem
12
+ "Part of hyperpolymath ecosystem. Follows RSR guidelines.")
13
14
+ (related-projects
15
+ (project (name "rhodium-standard-repositories")
16
+ (url "https://github.com/hyperpolymath/rhodium-standard-repositories")
17
+ (relationship "standard")))
18
19
+ (what-this-is "Project in the hyperpolymath ecosystem")
20
+ (what-this-is-not "- NOT exempt from RSR compliance"))
0 commit comments