# fgsl-binary-objs **Repository Path**: zoziha/fgsl-binary-objs ## Basic Information - **Project Name**: fgsl-binary-objs - **Description**: 🗺`fgsl-binary-objs`: Compiled FGSL binary components for Fortran. - **Primary Language**: FORTRAN - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-09 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, fgsl, gsl, gsl-bindings ## README # FGSL Library Binary Objects for Fortran Compiled FGSL binary components for Fortran. *Suggestions and code contributions are welcome.* ```fortran use fgsl ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) - gfortran version in msys2: 11.2.0 - fgsl version in msys2: 1.5.0-1 ```toml [dependencies] fgsl-binary-objs = { git = "https://gitee.com/zoziha/fgsl-binary-objs.git" } ``` ## Reference - [reinh-bader/fgsl](https://github.com/reinh-bader/fgsl)