文件名称:fortran-curl:Fortran 2008与libcurl的接口绑定
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-13 16:40:35
http fortran curl imap libcurl
福尔曲林 面向Fortran 2008的的ISO C绑定接口的集合。编译已通过GNU Fortran 10和cURL 7.74.0进行了测试。 依存关系 使用开发标头安装cURL。 在FreeBSD上,运行: # pkg install ftp/curl 汇编 克隆存储库,然后运行make来构建接口: $ git clone https://github.com/interkosmos/fortran-curl $ cd fortran-curl/ $ make 您可以通过传递FC参数来覆盖默认编译器,例如: $ make FC=ifort 在Linux上,您可能需要将前缀更改为/usr : $ make PREFIX=/usr 将您的Fortran应用程序与libfortran-curl.a -lcurl 。 例子 示例在目录examples/中提供: dict在TCP
【文件预览】:
fortran-curl-master
----fpm.toml(863B)
----LICENCE(732B)
----.github()
--------workflows()
----src()
--------curlv.c(172B)
--------curl.f90(36KB)
----examples()
--------gopher()
--------http()
--------smtp()
--------download()
--------dict()
--------imap()
--------version()
----.gitignore(102B)
----Makefile(2KB)
----README.md(3KB)