File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ <h3>Simple and flexible dynamic programming language for applications developmen
195195
196196 < div id ="news " class ="panel-group ">
197197 < div class ="panel panel-info ">
198- < div class ="panel-heading "> < h4 > Packages < span class ="badge "> 241 </ span > </ h4 > </ div >
198+ < div class ="panel-heading "> < h4 > Packages < span class ="badge "> 242 </ span > </ h4 > </ div >
199199 < div class ="panel-body ">
200200 < div class ="table-responsive ">
201201 < pre > < code > Usage: ringpm install <PackageName> from <Provider></ code > </ pre >
@@ -209,6 +209,12 @@ <h3>Simple and flexible dynamic programming language for applications developmen
209209 </ thead >
210210 < tbody >
211211
212+ < tr >
213+ < td > solitaire</ td >
214+ < td > The Solitaire game developed using Ring and RingRayLib</ td >
215+ < td > ringpackages</ td >
216+ </ tr >
217+
212218 < tr >
213219 < td > ring-python</ td >
214220 < td > Python bindings for the Ring Programming Language</ td >
Original file line number Diff line number Diff line change @@ -962,5 +962,9 @@ aPackagesRegistry = [
962962 [ :name = "ring-python",
963963 :description = "Python bindings for the Ring Programming Language",
964964 :ProviderUserName = "ysdragon"
965+ ],
966+ [ :name = "solitaire",
967+ :description = "The Solitaire game developed using Ring and RingRayLib",
968+ :ProviderUserName = "ringpackages"
965969 ]
966970]
You can’t perform that action at this time.
0 commit comments