/ ECOSYSTEM.scm
ECOSYSTEM.scm
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 . "ECOSYSTEM.Scm") 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"))))