| Crates.io | fortranc |
| lib.rs | fortranc |
| version | 0.1.0 |
| created_at | 2025-02-28 21:07:44.675999+00 |
| updated_at | 2025-02-28 21:07:44.675999+00 |
| description | A build-time dependency for Cargo build scripts to assist in invoking the native Fortran compiler to compile native Fortran code into a static archive to be linked into Rust code. |
| homepage | |
| repository | https://github.com/smoothdeveloper/fortranc-rs |
| max_upload_size | |
| id | 1573175 |
| size | 373,278 |
A library for Cargo build scripts to compile a set of Fortran/assembly files into a static archive for cargo to link into the crate being built. This crate does not compile code itself; it calls out to the default compiler for the platform.
This is not ready for usage yet, use for hacking only.
The code is pretty much copied from cc-rs project.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in cc-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.