unison/unison-share-api
Greg Pfeil ae70852257
Move sentinel segment names to Unison.NameSegment
They don’t belong in `Unison.Syntax.NameSegment` because they are not
part of the syntax – they are names stored in the codebase that need to
match regardless of the syntax used.
2024-05-31 14:11:51 -06:00
..
src/Unison Move sentinel segment names to Unison.NameSegment 2024-05-31 14:11:51 -06:00
package.yaml Add causal validation 2023-11-08 16:30:01 -08:00
README.md Add unison-share-api package with Sync APIs (#3018) 2022-04-01 10:14:01 -06:00
unison-share-api.cabal Add causal validation 2023-11-08 16:30:01 -08:00

unison-share-api

This package serves as a shared place to store the API definitions and types for all of Share's APIs. This facilitates the use of servant-client to easily generate clients for the API, and provides an always-up-to-date view of Share's APIs.