Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 73 additions & 3 deletions data/package_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,37 +160,85 @@
github: interkosmos/fortran-curl
description: Fortran 2008 interface bindings to libcurl
categories: interfaces
tags: https curl imap libcurl smtp gopher
tags: curl gopher ftp http https imap libcurl mqtt smtp
license: ISC

- name: fortran-lmdb
github: interkosmos/fortran-lmdb
description: Fortran 2018 interface bindings to the OpenLDAP Lightning Memory-Mapped Database (LMDB)
categories: interfaces
tags: database
license: ISC

- name: fortran-lua53
github: interkosmos/fortran-lua53
description: Fortran 2008 interface bindings to Lua 5.3
categories: interfaces
tags: lua
license: ISC

- name: fortran-lua54
github: interkosmos/fortran-lua54
description: Fortran 2008 interface bindings to Lua 5.4
categories: interfaces
tags: lua
license: ISC

- name: fortran-modbus
github: interkosmos/fortran-modbus
description: Fortran 2018 interface bindings to libmodbus
categories: interfaces
tags: modbus
license: ISC

- name: fortran-ncurses
github: interkosmos/fortran-ncurses
description: Fortran 2018 interface bindings to ncurses
categories: interfaces
tags: ncurses
license: ISC

- name: fortran-sqlite3
github: interkosmos/fortran-sqlite3
description: Fortran 2018 interface bindings to SQLite 3
categories: interfaces
tags: sql sqlite database
license: ISC

- name: fortran-tcl86
github: interkosmos/fortran-tcl86
description: Fortran 2018 interface bindings to Tcl/Tk 8.6
categories: interfaces
tags: tcl tk gui
license: ISC

- name: fortran-unix
github: interkosmos/fortran-unix
description: Fortran 2008 interface bindings to selected POSIX and SysV types, functions, and routines on 64-bit Unix-like operating systems
categories: interfaces
tags: unix linux freebsd os posix system
license: ISC

- name: fortran-xmpp
github: interkosmos/fortran-xmpp
description: Fortran 2018 interface bindings to the XMPP client library libstrophe
categories: interfaces
tags: xmpp jabber libstrophe
license: ISC

- name: fortran-zlib
github: interkosmos/fortran-zlib
description: Fortran 2018 interface bindings to selected zlib functions
categories: interfaces
tags: zlib compression deflate
license: ISC

- name: fortran-zstd
github: interkosmos/fortran-zstd
description: Fortran 2018 interface bindings to the Zstandard compression library
categories: interfaces
tags: zstd compression
license: ISC

- name: tcp-client-server
github: modern-fortran/tcp-client-server
Expand All @@ -206,6 +254,13 @@
version: none
license: GPL-3.0

- name: M_ncurses
github: urbanjost/M_ncurses
description: Fortran interface to the ncurses C library
categories: interfaces
tags: ncurses
version: none

- name: M_process
github: urbanjost/M_process
description: Read and write lines to or from a process from Fortran via a C wrapper
Expand Down Expand Up @@ -588,6 +643,7 @@
description: Fortran 2018 interface bindings to PCRE2
categories: strings interfaces
tags: pcre pcre2 regex
license: ISC

# --- File input / output ---

Expand Down Expand Up @@ -776,26 +832,40 @@
categories: graphics
version: none

- name: fortran-grace
github: interkosmos/fortran-grace
description: Fortran 2018 interfaces to the scientific plotting tool Grace/XmGrace
categories: graphics interfaces
tags: grace xmgrace
license: ISC

- name: fortran-motif
github: interkosmos/fortran-motif
description: Fortran 2008 interface bindings to X/Motif
categories: graphics interfaces
tags: x11 gui unix
license: ISC

- name: fortran-raylib
github: interkosmos/fortran-raylib
description: Fortran 2018 interface bindings to raylib 5.5
categories: graphics interfaces
tags: graphics opengl games
license: ISC

- name: fortran-sdl2
github: interkosmos/fortran-sdl2
description: A collection of ISO C binding interfaces to Simple DirectMedia Layer 2.0 (SDL 2.0), for multimedia and game programming in Fortran
categories: graphics interfaces
tags: graphics opengl games
version: none
license: ISC

- name: fortran-xlib
github: interkosmos/fortran-xlib
description: A collection of ISO C binding interfaces to Xlib for Fortran 2003
categories: graphics interfaces
tags: x11 xlib gui mandelbrot raycast wireframe
version: none
license: ISC

- name: Illustrate
github: ccsb-scripps/illustrate
Expand Down