|
| 1 | +# This CITATION.cff file was generated with cffinit. |
| 2 | +# Visit https://bit.ly/cffinit to generate yours today! |
| 3 | + |
1 | 4 | cff-version: 1.2.0
|
2 |
| -message: "If you use this software, please cite it as below." |
| 5 | +title: >- |
| 6 | + GNOLL: Efficient Multi-Lingual Software for Real-World |
| 7 | + Dice Notation and Extensions |
| 8 | +message: 'If you use this software, please cite it as below' |
| 9 | +type: software |
3 | 10 | authors:
|
4 |
| -- family-names: "Hunter" |
5 |
| - given-names: "Ian Frederick Vigogne Goodbody" |
6 |
| - orcid: "https://orcid.org/0000-0003-3408-8138" |
7 |
| -title: "GNOLL" |
8 |
| -version: 1.0.0 |
9 |
| -date-released: 2022-05-30 |
10 |
| -url: "https://github.com/ianfhunter/GNOLL" |
11 |
| -preferred-citation: |
12 |
| - type: unpublished |
13 |
| - authors: |
14 |
| - - family-names: "Hunter" |
15 |
| - given-names: "Ian Frederick Vigogne Goodbody" |
16 |
| - orcid: "https://orcid.org/0000-0003-3408-8138" |
17 |
| - year: 2022 |
18 |
| - month: 5 |
19 |
| - start: 1 # First page number |
20 |
| - end: 11 # Last page number |
21 |
| - title: "GNOLL: Efficient Software for Real-World Dice Notation and Extensions" |
22 |
| - |
| 11 | + - given-names: Ian Frederick Vigogne Goodbody |
| 12 | + family-names: Hunter |
| 13 | + |
| 14 | + name-particle: Ian |
| 15 | + orcid: 'https://orcid.org/0000-0003-3408-8138' |
| 16 | +identifiers: |
| 17 | + - type: doi |
| 18 | + value: 10.21105/joss.04816 |
| 19 | + description: JOSS Paper |
| 20 | +repository-code: 'https://github.com/ianfhunter/GNOLL' |
| 21 | +url: 'https://www.ianhunter.ie/GNOLL/' |
| 22 | +abstract: >- |
| 23 | + GNOLL is an open-source library for parsing commonly used |
| 24 | + dice notations in gaming system |
| 25 | +
|
| 26 | + research and/or software development. GNOLL is performant, |
| 27 | + supports most popular and obscure |
| 28 | +
|
| 29 | + notations, has permissive licensing, and is integratable |
| 30 | + into many other systems due to it being |
| 31 | +
|
| 32 | + written in C |
| 33 | +keywords: |
| 34 | + - dice notation |
| 35 | + - dice |
| 36 | + - board games |
| 37 | + - tabletop roleplaying games |
| 38 | +license: GPL-3.0 |
| 39 | +commit: 3bd126678e4c87b652eabe535701faec8d0fab04 |
| 40 | +version: v4.3.2 |
| 41 | +date-released: '2023-01-17' |
0 commit comments