sysexits-f18

A Fortran 2018 version of the sysexits.h codes.

https://github.com/kevinmatthes/sysexits-f18

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords from Contributors

argument-parser mesh sequences interactive hacking network-simulation
Last synced: 6 months ago · JSON representation ·

Repository

A Fortran 2018 version of the sysexits.h codes.

Basic Info
  • Host: GitHub
  • Owner: kevinmatthes
  • License: gpl-3.0
  • Language: Fortran
  • Default Branch: main
  • Size: 105 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.md

sysexits-f18

Summary

A Fortran 2018 version of the sysexits.h codes.

License

This project's license is GPL-3.0. The whole license text can be found in LICENSE in the main directory of this repository. The brief version is as follows:

Copyright (C) 2022 Kevin Matthes

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Software Requirements

| Requirement | Type | Role | |:------------------|:-------------:|:--------------------------------------| | bump2version | Python CLI | automatic version increment | | Doxygen | application | source code documentation | | GFortran | application | Fortran 2018 compiler | | Just | Rust binary | execution of the build instructions | | Latexmk | application | LaTeX compilation of Doxygen manual | | Scriv | Python CLI | changelog management | | TeX Live (full) | package | LaTeX environment for Doxygen manual |

This library is written in Fortran 2018 such that its build requires a compiler supporting this standard. This project relies on GFortran therefore.

The library build is organised with Just. The corresponding .justfile does not only take care for the compilation of the library but also for its documentation and testing.

The documentation is generated by Doxygen. The configured output formats are listed in the following.

  • HTML
  • LaTeX
  • UNIX manual pages

In order to finalise the LaTeX documentation, an appropriate LaTeX distribution is required. A full installation of TeX Live is recommended. This project employs Latexmk as LaTeX build manager for the manual finalisation.

In order to simplify the maintenance, bump2version as well as Scriv are used to automate the release generation. Scriv will compile the changelog on release after all version numbers were incremented by bump2version.

Owner

  • Name: Kevin Matthes
  • Login: kevinmatthes
  • Kind: user

Citation (CITATION.cff)

######################## GNU General Public License 3.0 ########################
##                                                                            ##
## Copyright (C) 2022 Kevin Matthes                                           ##
##                                                                            ##
## This program is free software: you can redistribute it and/or modify       ##
## it under the terms of the GNU General Public License as published by       ##
## the Free Software Foundation, either version 3 of the License, or          ##
## (at your option) any later version.                                        ##
##                                                                            ##
## This program is distributed in the hope that it will be useful,            ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of             ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              ##
## GNU General Public License for more details.                               ##
##                                                                            ##
## You should have received a copy of the GNU General Public License          ##
## along with this program.  If not, see <https://www.gnu.org/licenses/>.     ##
##                                                                            ##
################################################################################

################################################################################
##
##  AUTHOR      Kevin Matthes
##  BRIEF       Citation settings for the Git repository.
##  COPYRIGHT   GPL-3.0
##  DATE        2022
##  FILE        CITATION.cff
##  NOTE        See `LICENSE' for full license.
##              See `README.md' for project details.
##
################################################################################

# Parser settings.
cff-version: 1.2.0
message: Please cite this library using these meta data.

# Version information.
date-released: 2022-11-05
version: 0.0.1

# Project information.
abstract: A Fortran 2018 version of the sysexits.h codes.
authors:
  - alias: kevinmatthes
    family-names: Matthes
    given-names: Kevin
license: GPL-3.0
repository-code: https://github.com/kevinmatthes/sysexits-f18
title: sysexits-f18
url: https://github.com/kevinmatthes/sysexits-f18

# References.
references:
  - authors:
      - family-names: Chivers
        given-names: Ian
      - family-names: Sleightholme
        given-names: Jane
    doi: 10.1007/978-3-319-75502-1
    edition: '4'
    isbn: 978-3-030-09248-1
    languages:
      - en
    pages: 956
    publisher:
      city: Cham
      country: CH
      name: Springer
    title: Introduction to Programming with Fortran
    type: book
    year: 2018
  - authors:
      - family-names: Kühme
        given-names: Thomas
      - family-names: Witschital
        given-names: Peter
    edition: '3'
    isbn: 978-3-486-22016-2
    languages:
      - de
    pages: 248
    publisher:
      city: Munich
      country: DE
      name: Oldenbourg
    title: Die FORTRAN-Fibel
    type: book
    year: 1991
  - abstract: Incorporating Fortran 2018
    authors:
      - family-names: Metcalf
        given-names: Michael
      - family-names: Reid
        given-names: John
      - family-names: Cohen
        given-names: Malcolm
    doi: 10.1093/oso/9780198811886.001.0001
    edition: '2'
    isbn: 978-0-19-881188-6
    languages:
      - en
    pages: 522
    publisher:
      city: Oxford
      country: GB
      name: Oxford University Press
    title: Modern Fortran Explained
    type: book
    year: 2018
  - type: software
    date-released: 2022-09-18
    version: 0.3.3
    abstract: The system exit codes as defined by <sysexits.h> for Rust
    authors:
      - alias: sorairolake
        family-names: Sakai
        given-names: Shun
      - alias: kevinmatthes
        family-names: Matthes
        given-names: Kevin
    license:
      - Apache-2.0
      - MIT
    repository-artifact: https://crates.io/crates/sysexits
    repository-code: https://github.com/sorairolake/sysexits-rs
    title: sysexits-rs
    url: https://docs.rs/sysexits

################################################################################

GitHub Events

Total
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4
  • Create event: 2
Last Year
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request event: 4
  • Create event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 58
  • Total Committers: 2
  • Avg Commits per committer: 29.0
  • Development Distribution Score (DDS): 0.19
Past Year
  • Commits: 18
  • Committers: 1
  • Avg Commits per committer: 18.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
dependabot[bot] 4****] 47
Kevin Matthes 9****s 11

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 93
  • Average time to close issues: N/A
  • Average time to close pull requests: about 21 hours
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.38
  • Merged pull requests: 92
  • Bot issues: 0
  • Bot pull requests: 83
Past Year
  • Issues: 0
  • Pull requests: 31
  • Average time to close issues: N/A
  • Average time to close pull requests: about 15 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 30
  • Bot issues: 0
  • Bot pull requests: 31
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (65)
  • kevinmatthes (10)
Top Labels
Issue Labels
Pull Request Labels
dependencies (64) submodules (35) github_actions (29) enhancement (8) bug (2)

Dependencies

.github/workflows/cffcovert.yml actions
  • actions/checkout v3.3.0 composite
  • citation-file-format/cffconvert-github-action 2.0.0 composite