Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.01 KB

README.org

File metadata and controls

50 lines (35 loc) · 1.01 KB

Stagger

Tooling for transcriptions for OpenAPI contracts

https://openapis.org/ https://github.com/OAI/OpenAPI-Specification

Dependencies

libyaml

The operating system package for libyaml should be installed.

https://bitbucket.org/xi/libyaml

Macports

  1. Install libyaml.dylib
sudo port install libyaml
  1. Patch CFFI’s lookup strategy
(setf cffi:*foreign-library-directories*
      (push #p"/opt/local/lib/"
            cffi:*foreign-library-directories*)))

Usage

Installation

  1. Clone this repository locally.
  2. 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
  1. Now Stagger may be tested via
(asdf:test-system :stagger)

Author

Copyright

Copyright (c) 2016 Mark (<[email protected]>)