Skip to content

Commit f239757

Browse files
authored
Add and update packages. (#585)
1 parent 16c63c6 commit f239757

File tree

1 file changed

+73
-3
lines changed

1 file changed

+73
-3
lines changed

data/package_index.yml

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,37 +160,85 @@
160160
github: interkosmos/fortran-curl
161161
description: Fortran 2008 interface bindings to libcurl
162162
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
164172

165173
- name: fortran-lua53
166174
github: interkosmos/fortran-lua53
167175
description: Fortran 2008 interface bindings to Lua 5.3
168176
categories: interfaces
169177
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
170200

171201
- name: fortran-sqlite3
172202
github: interkosmos/fortran-sqlite3
173203
description: Fortran 2018 interface bindings to SQLite 3
174204
categories: interfaces
175205
tags: sql sqlite database
206+
license: ISC
176207

177208
- name: fortran-tcl86
178209
github: interkosmos/fortran-tcl86
179210
description: Fortran 2018 interface bindings to Tcl/Tk 8.6
180211
categories: interfaces
181212
tags: tcl tk gui
213+
license: ISC
182214

183215
- name: fortran-unix
184216
github: interkosmos/fortran-unix
185217
description: Fortran 2008 interface bindings to selected POSIX and SysV types, functions, and routines on 64-bit Unix-like operating systems
186218
categories: interfaces
187219
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
188228

189229
- name: fortran-zlib
190230
github: interkosmos/fortran-zlib
191231
description: Fortran 2018 interface bindings to selected zlib functions
192232
categories: interfaces
193233
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
194242

195243
- name: tcp-client-server
196244
github: modern-fortran/tcp-client-server
@@ -206,6 +254,13 @@
206254
version: none
207255
license: GPL-3.0
208256

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+
209264
- name: M_process
210265
github: urbanjost/M_process
211266
description: Read and write lines to or from a process from Fortran via a C wrapper
@@ -588,6 +643,7 @@
588643
description: Fortran 2018 interface bindings to PCRE2
589644
categories: strings interfaces
590645
tags: pcre pcre2 regex
646+
license: ISC
591647

592648
# --- File input / output ---
593649

@@ -776,26 +832,40 @@
776832
categories: graphics
777833
version: none
778834

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+
779842
- name: fortran-motif
780843
github: interkosmos/fortran-motif
781844
description: Fortran 2008 interface bindings to X/Motif
782845
categories: graphics interfaces
783846
tags: x11 gui unix
784847
license: ISC
785848

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+
786856
- name: fortran-sdl2
787857
github: interkosmos/fortran-sdl2
788858
description: A collection of ISO C binding interfaces to Simple DirectMedia Layer 2.0 (SDL 2.0), for multimedia and game programming in Fortran
789859
categories: graphics interfaces
790860
tags: graphics opengl games
791-
version: none
861+
license: ISC
792862

793863
- name: fortran-xlib
794864
github: interkosmos/fortran-xlib
795865
description: A collection of ISO C binding interfaces to Xlib for Fortran 2003
796866
categories: graphics interfaces
797867
tags: x11 xlib gui mandelbrot raycast wireframe
798-
version: none
868+
license: ISC
799869

800870
- name: Illustrate
801871
github: ccsb-scripps/illustrate

0 commit comments

Comments
 (0)