Skip to content

easye/stagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]>)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published