Tooling for transcriptions for OpenAPI contracts
https://openapis.org/ https://github.com/OAI/OpenAPI-Specification
The operating system package for libyaml should be installed.
https://bitbucket.org/xi/libyaml
- Install libyaml.dylib
sudo port install libyaml
- Patch CFFI’s lookup strategy
(setf cffi:*foreign-library-directories* (push #p"/opt/local/lib/" cffi:*foreign-library-directories*)))
- Clone this repository locally.
- Symlink into ASDF config repository
mkdir -p ~/.config/common-lisp/source-registry.conf.d
ln -s ~/work/stagger/src/stagger.conf ~/.config/common-lisp/source-registry.conf.d/stagger.conf
- Now Stagger may be tested via
(asdf:test-system :stagger)
- Mark (<[email protected]>)
Copyright (c) 2016 Mark (<[email protected]>)