lexivanx / proxylex

A reverse proxy and load balancer written in Lisp. Customizable and lightweight
Apache License 2.0
2 stars 1 forks source link

asdf compatiblity #1

Open kilianmh opened 5 months ago

kilianmh commented 5 months ago

Is there a reason you didn't create an asdf system? If you're not familiar I could assist with that.

lexivanx commented 5 months ago

Hi Kilian! Thanks, I didn't get enough time last year to finish up this project, but if you're interested - feel free to create a branch. I was thinking of investing more time in the project this year - there's a lot to polish up. I see I haven't included any testing for the proxy as well.

kilianmh commented 5 months ago

Where you gotcl-cache from? I can not find it in Quicklisp / Ultralisp / Git ...

lexivanx commented 5 months ago

I used an in-house/proprietary library, which means I need to either re-implement it or use an adequate package for common lisp to use out of the box. I seem to have forgotten to commit it from my dev environment.