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 2a21429 commit 7a684c6Copy full SHA for 7a684c6
1 file changed
ECOSYSTEM.scm
@@ -0,0 +1,14 @@
1
+;; SPDX-License-Identifier: AGPL-3.0-or-later
2
+;; ECOSYSTEM.scm - Project ecosystem positioning
3
+
4
+(ecosystem
5
+ ((version . "1.0.0")
6
+ (name . "Ipfs Overlay")
7
+ (type . "component")
8
+ (purpose . "Part of hyperpolymath ecosystem")
9
+ (position-in-ecosystem . "supporting")
10
+ (related-projects
11
+ ((rhodium-standard . "sibling-standard")
12
+ (gitvisor . "infrastructure")))
13
+ (what-this-is . ("A hyperpolymath project"))
14
+ (what-this-is-not . ("A standalone solution"))))
0 commit comments