Hi I've noticed pact_ffi_dll/0.4.1 is not available in conan. Is it possible for someone to release the package in conan. Working on a project which requires synchronous contract testing in C++ which is only available with pact v4
u
uglyog
03/20/2023, 11:24 PM
The conan packages used to be released to bintray, but that has been shutdown.
uglyog
03/20/2023, 11:25 PM
There is no where to release to to now, Conan Center only supports packages that are written in C/C++
😔 1
uglyog
03/20/2023, 11:25 PM
You can use the recipes from the repo, with a little bit of tweaking
c
Christine Awofeso
03/22/2023, 3:48 PM
@uglyog Do you have an example of how to create an asynchronous contract via pact ffi? I'm able to generate a synchronous contract but couldn't work out how to generate the correct asynchronous contract