Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
/ what4-serialize Public archive

Serialization/deserialization for What4 expressions

License

Notifications You must be signed in to change notification settings

GaloisInc/what4-serialize

Repository files navigation

what4-serialize

This library is deprecated because its functionality has been merged into the core what4 library.

This library provided a mechanism to serialize what4 terms into an s-expression format (and later deserialize them).

Building

The dependencies of the project that are not on Hackage are specified using git submodules. To build the code with a modern version of cabal (assuming you are in the root of the repository):

  $ git submodule update --init
  $ ln -s cabal.project.newbuild cabal.project
  $ cabal new-configure
  $ cabal new-build what4-serialize

About

Serialization/deserialization for What4 expressions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published