genotrance / nimarchive

libarchive wrapper for Nim
MIT License
17 stars 3 forks source link

Referenced the libarchive GitHub repo #17

Open T145 opened 2 years ago

T145 commented 2 years ago

:octocat:

genotrance commented 2 years ago

Were you able to verify that this works? Will need to change the defs at the top of the file as well.

T145 commented 2 years ago

The project does not have Nimble config statements that allow building the project. How did you test it before?

genotrance commented 2 years ago

There is a test task so nimble test.

https://github.com/genotrance/nimarchive/blob/master/nimarchive.nimble#L23