fortran-lang / fpm

Fortran Package Manager (fpm)
https://fpm.fortran-lang.org
MIT License
885 stars 99 forks source link

Fortran interface bindings to libgit2 #168

Open interkosmos opened 4 years ago

interkosmos commented 4 years ago

I’d like to announce that I’m working on a collection of Fortran 2008 ISO C binding interfaces to libgit2, as this dependency was discussed in #136 and #166. Just in case anybody else has the same idea.

certik commented 4 years ago

Awesome, thank you @interkosmos !

ivan-pi commented 3 years ago

@interkosmos Do you have a public repository available?

interkosmos commented 3 years ago

@ivan-pi: Not yet, although, I did not work on the interface library in the last weeks.

Current status:

-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Fortran 90                      26            149            129           1045
-------------------------------------------------------------------------------
SUM:                            26            149            129           1045
-------------------------------------------------------------------------------

I try to publish an alpha release in the next time.

interkosmos commented 3 years ago

Is there any interest in turning the interface library into a community project? I’ve 900 LOC and three small example programs so far.

milancurcic commented 3 years ago

Yes, I think this would be very useful for fpm, and likely beyond.

interkosmos commented 3 years ago

I’ve created a repo here, and would like to give up the maintainership in future. Someone willing to adopt it?