Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct gFTL package category #335

Merged
merged 2 commits into from
Oct 2, 2023
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
28 changes: 14 additions & 14 deletions data/package_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,20 @@
version: none
license: LGPL-3.0-or-later

- name: gFTL
github: Goddard-Fortran-Ecosystem/gFTL
description: Templates for STL-like Fortran implementations of containers for arbitrary types (Vector, Set, Map, Deque, Stack, Queue, ...)
categories: data-types
tags: container template
license: Apache-2.0

- name: gFTL-shared
github: Goddard-Fortran-Ecosystem/gFTL-shared
description: Instantiations of gFTL templates of common containers for intrinsic types
categories: data-types
tags: container template
license: Apache-2.0

- name: PENF
github: szaghi/PENF
description: Provides portable kind-parameters and many useful procedures to deal with them
Expand Down Expand Up @@ -1541,20 +1555,6 @@
categories: examples
tags: game

- name: gFTL
github: Goddard-Fortran-Ecosystem/gFTL
description: Templates for STL-like Fortran implementations of containers for arbitrary types (Vector, Set, Map, Deque, Stack, Queue, ...)
categories: programming
tags: container template
license: Apache-2.0

- name: gFTL-shared
github: Goddard-Fortran-Ecosystem/gFTL-shared
description: Instantiations of gFTL templates of common containers for intrinsic types
categories: programming
tags: container template
license: Apache-2.0

- name: yaFyaml
github: Goddard-Fortran-Ecosystem/yaFyaml
description: Yet another Fortran YAML library
Expand Down
Loading