# LibPSF.jl
**Repository Path**: Julialang/LibPSF.jl
## Basic Information
- **Project Name**: LibPSF.jl
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-03-12
- **Last Updated**: 2022-03-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LibPSF.jl
[](https://travis-ci.org/ma-laforge/LibPSF.jl)
## Description
The LibPSF.jl module provides a pure-Julia implementation of Henrik Johansson's .psf reader.
## Sample Usage
Examples on how to use the LibPSF.jl capabilities can be found under the [sample directory](sample/).
## Installation
julia> Pkg.add("LibPSF")
## Resources/Acknowledgments
### libpsf
LibPSF.jl is based off of Henrik Johansson's libpsf library:
- **libpsf** (LGPL v3): .
## Known Limitations
The LibPSF.jl implementation is likely not optimal in terms of speed. There is room for improvement.
### Missing Features
LibPSF.jl does not currently support all the functionnality of the original libpsf library. A few features known to be missing are listed below:
- Does not support `StructVector`, nor `VectorStruct` (`m_invertstruct`).
### Compatibility
Extensive compatibility testing of LibPSF.jl has not been performed. The module has been tested using the following environment(s):
- Linux / Julia-0.6.0-rc1 (64-bit)
#### Repository versions:
This module is based off the following libpsf code (might not be the most recent):
- **libpsf**: Sat Nov 29 10:53:38 2014 +0100