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 4e422d6 commit 22b9b57Copy full SHA for 22b9b57
1 file changed
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 — im-docs
4
+
5
+(ecosystem
6
+ (version "1.0.0")
7
+ (name "im-docs")
8
+ (type "project")
9
+ (purpose "*Status*: Conceptual Design → Proof of Concept Development")
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 "*Status*: Conceptual Design → Proof of Concept Development")
20
+ (what-this-is-not "- NOT exempt from RSR compliance"))
0 commit comments