aboutsummaryrefslogtreecommitdiff
path: root/packages.json
blob: 6874161b6d41a4460e0bad3e99f40105b94d3de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
  {
    "name": "argument_parser",
    "url": "git://github.com/gradha/argument_parser/",
    "method": "git",
    "tags": ["library", "commandline", "arguments", "switches", "parsing"],
    "description": "Provides a complex commandline parser",
    "license": "MIT"
  },

  {
    "name": "genieos",
    "url": "git://github.com/gradha/genieos/",
    "method": "git",
    "tags": ["library", "commandline", "sound", "recycle", "os"],
    "description": "Too awesome procs to be included in nimrod.os module",
    "license": "MIT"
  },

  {
    "name": "jester",
    "url": "git://github.com/dom96/jester/",
    "method": "git",
    "tags": ["web", "http", "framework", "dsl"],
    "description": "A sinatra-like web framework for Nimrod.",
    "license": "MIT"
  },

  {
    "name": "libtcod-nim",
    "url": "git://github.com/Vladar4/libtcod-nim/",
    "method": "git",
    "tags": ["roguelike", "game", "library", "engine", "sdl", "opengl", "glsl"],
    "description": "Wrapper of the libtcod library for the Nimrod language.",
    "license": "MIT"
  },

  {
    "name": "nimepak",
    "url": "git://github.com/gradha/epak/",
    "method": "git",
    "tags": ["library", "serialization", "file", "compression"],
    "description": "File compression routines in C for iOS and Nimrod",
    "license": "Allegro 4 Giftware"
  },

  {
    "name": "nimgame",
    "url": "git://github.com/Vladar4/nimgame/",
    "method": "git",
    "tags": ["game", "engine", "sdl"],
    "description": "Simple 2D game engine for Nimrod language.",
    "license": "MIT"
  },

  {
    "name": "sfml",
    "url": "git://github.com/fowlmouth/nimrod-sfml/",
    "method": "git",
    "tags": ["game", "library", "opengl"],
    "description": "High level OpenGL-based Game Library",
    "license": "MIT"
  },
  
  {
    "name": "enet",
    "url": "git://github.com/fowlmouth/nimrod-enet/",
    "method": "git",
    "tags": ["game", "networking", "udp"],
    "description": "Wrapper for ENet UDP networking library",
    "license": "MIT"
  },
  
  {
    "name": "nim-locale",
    "url": "git://github.com/Amrykid/nim-locale/",
    "method": "git",
    "tags": ["library", "locale", "i18n", "localization", "localisation", "globalization"],
    "description": "A simple library for localizing Nimrod applications.",
    "license": "MIT"
  },
  
  {
    "name": "fowltek",
    "url": "git://github.com/fowlmouth/nimlibs/",
    "method": "git",
    "tags": ["game", "opengl", "wrappers", "library", "assorted"],
    "description": "A collection of reusable modules and wrappers.",
    "license": "MIT"
  },
  
  {
    "name": "nake",
    "url": "git://github.com/fowlmouth/nake/",
    "method": "git",
    "tags": ["build", "automation", "sortof"],
    "description": "make-like for Nimrod. Describe your builds as tasks!",
    "license": "DATWPL"
  },

  {
    "name": "nimrod-glfw",
    "url": "git://github.com/rafaelvasco/nimrod-glfw/",
    "method": "git",
    "tags": ["library", "glfw", "opengl", "windowing", "game"],
    "description": "Nimrod bindings for GLFW library.",
    "license": "MIT"
  },
  
  {
    "name": "chipmunk",
    "url": "git://github.com/fowlmouth/nimrod-chipmunk/",
    "method": "git",
    "tags": ["library", "physics", "game"],
    "description": "Binding for Chipmunk 6.1",
    "license": "MIT"
  },
  
  {
    "name": "nim-glfw3",
    "url": "git://github.com/EXetoC/nim-glfw3/",
    "method": "git",
    "tags": ["library", "glfw", "opengl", "windowing", "game"],
    "description": "A High-level GLFW 3 wrapper for the Nimrod programming language",
    "license": "MIT"
  },
  
  {
    "name": "nim-ao",
    "url": "git://github.com/EXetoC/nim-ao/",
    "method": "git",
    "tags": ["library", "audio"],
    "description": "A libao wrapper for the Nimrod programming language",
    "license": "MIT"
  },
  
  {
    "name": "termbox",
    "url": "git://github.com/fowlmouth/nim-termbox",
    "method": "git",
    "tags": ["library", "terminal", "io"],
    "description": "Termbox wrapper.",
    "license": "MIT"
  },
  
  {
    "name": "linagl",
    "url": "https://bitbucket.org/TheLonelyByte/linagl",
    "method": "hg",
    "tags": ["library", "opengl", "math", "game"],
    "description": "OpenGL math library",
    "license": "CC0"
  }
]