AlexCharlton / site-generator

A command-line static site generator written in Common Lisp
BSD 2-Clause "Simplified" License
43 stars 7 forks source link

Remove osicat #17

Open jimhansson opened 3 years ago

jimhansson commented 3 years ago

The goal of this pull request and the another one called add-ci is to be able to get an binary that can be built on one machine and deployed on another machine without having to bring osicat.so library along.

3 functions from osicat library was in use, two of them was easy to replace with things uiop library that is part of asdf. the last on called make-link was the hard one and i resorted to calling the ln command in a subprocess..