fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 33 forks source link

Mark pkcs11-driver 1.0.0 as available on Windows #78

Closed bbc2 closed 3 years ago

bbc2 commented 3 years ago

I've installed it yesterday and it worked.

Is there any reason why it might have been marked as unavailable?

fdopen commented 3 years ago

It compiles, but it contains a file lib/stublibs/dllpkcs11_fake.so (instead of lib/stublibs/dllpkcs11_fake.dll). That's suspicious and rejected by my scripts. I've merged your pull request now, but the next version of your package could be marked as unavailable again, if it still contains a dll with a strange suffix ...

bbc2 commented 3 years ago

I forgot about that one. We indeed ship a .so to help users test their PKCS#11 implementation but it's completely optional. The exposed OCaml library doesn't use it at all. Anyway, I'll see if it might be possible to easily ship a Windows DLL.