@hackage acolyte-core0.1.0.1
Type-level API specification for acolyte
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (2)
Dependents (7)
@hackage/spire-websocket, @hackage/acolyte-test, @hackage/acolyte-grpc, @hackage/acolyte-openapi, @hackage/acolyte-client, @hackage/acolyte, Show all…
Package Flags
dev-tests
(off by default)
Build dev-only test suites that shell out to cabal exec ghc.
These rely on the in-place package database from cabal build
in the source workspace and cannot run from an installed
package, so they are off by default.
Pure type-level machinery for describing HTTP APIs as types. Endpoints, paths, methods, effects, session types, versioning, and content negotiation. No IO, no runtime beyond base.