taoensso / tempel

Data security framework for Clojure
https://www.taoensso.com/tempel
Eclipse Public License 1.0
125 stars 2 forks source link

Does it work with babashka? #7

Open ieugen opened 6 months ago

ieugen commented 6 months ago

Hi,

I was curios if there is a plan to have the library compatible with babashka. I know @borkdude added some crypto stuff when I needed and it might be enough.

ptaoussanis commented 6 months ago

@ieugen Hi Eugen, I've not personally had the opportunity to use Babashka and I'm not too familiar with its requirements.

Tempel should already work fine with GraalVM - have you tried it with Babashka?

If it doesn't work for some reason, please post the details and I can try look into it at some point if there's demand.

Cheers!

ieugen commented 6 months ago

I'll give it a try. I played with crypto and babashka a bit to implement ansible-vault encryption / decryption - which I made to work and plan to publish as a library after I clean the code.

I will give it a try and report. I do have some questions and will get back to you after I go through the docs to see if they are answered there.