Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

codecov.io Maven Central Latest version License Join the chat at https://gitter.im/higherkindness/skeuomorph GitHub Issues

@NAME@

Skeuomorph is a library for transforming different schemas in Scala. It provides schema definitions as non-recursive ADTs, and transformations & optimizations via recursion schemes.

This library is primarily intended to be used at mu, but it's completely independent from it, so anybody can use it.

Skeuomorph depends heavily on cats and droste.

More information can be found at the microsite.

Documentation

For installing this library, add the following line to your build.sbt file:

libraryDependencies += "io.higherkindness" %% "skeuomorph" % "@VERSION@"

The full documentation is available at the skeuomorph site.

NOTICE

The following files api-with-examples.yaml, petstore-expanded.yaml, callback-example.yaml, petstore.yaml, link-example.yaml and uspto.yaml inside the folder (test/resources/openapi/yaml) were copied from OpenAPI Specification project under the terms of the licence Apache License Version 2.0, January 2004.

Skeuomorph in the wild

If you wish to add your library here please consider a PR to include it in the list below.

Name Description
mu purely functional library for building RPC endpoint based services with support for RPC and HTTP/2

Copyright

@NAME@ is designed and developed by @ORG_NAME@

Copyright (C) @YEAR_RANGE@ @COPYRIGHT_OWNER@