|
160 | 160 | github: interkosmos/fortran-curl |
161 | 161 | description: Fortran 2008 interface bindings to libcurl |
162 | 162 | categories: interfaces |
163 | | - tags: https curl imap libcurl smtp gopher |
| 163 | + tags: curl gopher ftp http https imap libcurl mqtt smtp |
| 164 | + license: ISC |
| 165 | + |
| 166 | +- name: fortran-lmdb |
| 167 | + github: interkosmos/fortran-lmdb |
| 168 | + description: Fortran 2018 interface bindings to the OpenLDAP Lightning Memory-Mapped Database (LMDB) |
| 169 | + categories: interfaces |
| 170 | + tags: database |
| 171 | + license: ISC |
164 | 172 |
|
165 | 173 | - name: fortran-lua53 |
166 | 174 | github: interkosmos/fortran-lua53 |
167 | 175 | description: Fortran 2008 interface bindings to Lua 5.3 |
168 | 176 | categories: interfaces |
169 | 177 | tags: lua |
| 178 | + license: ISC |
| 179 | + |
| 180 | +- name: fortran-lua54 |
| 181 | + github: interkosmos/fortran-lua54 |
| 182 | + description: Fortran 2008 interface bindings to Lua 5.4 |
| 183 | + categories: interfaces |
| 184 | + tags: lua |
| 185 | + license: ISC |
| 186 | + |
| 187 | +- name: fortran-modbus |
| 188 | + github: interkosmos/fortran-modbus |
| 189 | + description: Fortran 2018 interface bindings to libmodbus |
| 190 | + categories: interfaces |
| 191 | + tags: modbus |
| 192 | + license: ISC |
| 193 | + |
| 194 | +- name: fortran-ncurses |
| 195 | + github: interkosmos/fortran-ncurses |
| 196 | + description: Fortran 2018 interface bindings to ncurses |
| 197 | + categories: interfaces |
| 198 | + tags: ncurses |
| 199 | + license: ISC |
170 | 200 |
|
171 | 201 | - name: fortran-sqlite3 |
172 | 202 | github: interkosmos/fortran-sqlite3 |
173 | 203 | description: Fortran 2018 interface bindings to SQLite 3 |
174 | 204 | categories: interfaces |
175 | 205 | tags: sql sqlite database |
| 206 | + license: ISC |
176 | 207 |
|
177 | 208 | - name: fortran-tcl86 |
178 | 209 | github: interkosmos/fortran-tcl86 |
179 | 210 | description: Fortran 2018 interface bindings to Tcl/Tk 8.6 |
180 | 211 | categories: interfaces |
181 | 212 | tags: tcl tk gui |
| 213 | + license: ISC |
182 | 214 |
|
183 | 215 | - name: fortran-unix |
184 | 216 | github: interkosmos/fortran-unix |
185 | 217 | description: Fortran 2008 interface bindings to selected POSIX and SysV types, functions, and routines on 64-bit Unix-like operating systems |
186 | 218 | categories: interfaces |
187 | 219 | tags: unix linux freebsd os posix system |
| 220 | + license: ISC |
| 221 | + |
| 222 | +- name: fortran-xmpp |
| 223 | + github: interkosmos/fortran-xmpp |
| 224 | + description: Fortran 2018 interface bindings to the XMPP client library libstrophe |
| 225 | + categories: interfaces |
| 226 | + tags: xmpp jabber libstrophe |
| 227 | + license: ISC |
188 | 228 |
|
189 | 229 | - name: fortran-zlib |
190 | 230 | github: interkosmos/fortran-zlib |
191 | 231 | description: Fortran 2018 interface bindings to selected zlib functions |
192 | 232 | categories: interfaces |
193 | 233 | tags: zlib compression deflate |
| 234 | + license: ISC |
| 235 | + |
| 236 | +- name: fortran-zstd |
| 237 | + github: interkosmos/fortran-zstd |
| 238 | + description: Fortran 2018 interface bindings to the Zstandard compression library |
| 239 | + categories: interfaces |
| 240 | + tags: zstd compression |
| 241 | + license: ISC |
194 | 242 |
|
195 | 243 | - name: tcp-client-server |
196 | 244 | github: modern-fortran/tcp-client-server |
|
206 | 254 | version: none |
207 | 255 | license: GPL-3.0 |
208 | 256 |
|
| 257 | +- name: M_ncurses |
| 258 | + github: urbanjost/M_ncurses |
| 259 | + description: Fortran interface to the ncurses C library |
| 260 | + categories: interfaces |
| 261 | + tags: ncurses |
| 262 | + version: none |
| 263 | + |
209 | 264 | - name: M_process |
210 | 265 | github: urbanjost/M_process |
211 | 266 | description: Read and write lines to or from a process from Fortran via a C wrapper |
|
588 | 643 | description: Fortran 2018 interface bindings to PCRE2 |
589 | 644 | categories: strings interfaces |
590 | 645 | tags: pcre pcre2 regex |
| 646 | + license: ISC |
591 | 647 |
|
592 | 648 | # --- File input / output --- |
593 | 649 |
|
|
776 | 832 | categories: graphics |
777 | 833 | version: none |
778 | 834 |
|
| 835 | +- name: fortran-grace |
| 836 | + github: interkosmos/fortran-grace |
| 837 | + description: Fortran 2018 interfaces to the scientific plotting tool Grace/XmGrace |
| 838 | + categories: graphics interfaces |
| 839 | + tags: grace xmgrace |
| 840 | + license: ISC |
| 841 | + |
779 | 842 | - name: fortran-motif |
780 | 843 | github: interkosmos/fortran-motif |
781 | 844 | description: Fortran 2008 interface bindings to X/Motif |
782 | 845 | categories: graphics interfaces |
783 | 846 | tags: x11 gui unix |
784 | 847 | license: ISC |
785 | 848 |
|
| 849 | +- name: fortran-raylib |
| 850 | + github: interkosmos/fortran-raylib |
| 851 | + description: Fortran 2018 interface bindings to raylib 5.5 |
| 852 | + categories: graphics interfaces |
| 853 | + tags: graphics opengl games |
| 854 | + license: ISC |
| 855 | + |
786 | 856 | - name: fortran-sdl2 |
787 | 857 | github: interkosmos/fortran-sdl2 |
788 | 858 | description: A collection of ISO C binding interfaces to Simple DirectMedia Layer 2.0 (SDL 2.0), for multimedia and game programming in Fortran |
789 | 859 | categories: graphics interfaces |
790 | 860 | tags: graphics opengl games |
791 | | - version: none |
| 861 | + license: ISC |
792 | 862 |
|
793 | 863 | - name: fortran-xlib |
794 | 864 | github: interkosmos/fortran-xlib |
795 | 865 | description: A collection of ISO C binding interfaces to Xlib for Fortran 2003 |
796 | 866 | categories: graphics interfaces |
797 | 867 | tags: x11 xlib gui mandelbrot raycast wireframe |
798 | | - version: none |
| 868 | + license: ISC |
799 | 869 |
|
800 | 870 | - name: Illustrate |
801 | 871 | github: ccsb-scripps/illustrate |
|
0 commit comments