Skip to content

Commit 7a684c6

Browse files
committed
Add ECOSYSTEM.scm
1 parent 2a21429 commit 7a684c6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

ECOSYSTEM.scm

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)