Skip to content

Main public package repository for OPAM, the source package manager of Fold.

Notifications You must be signed in to change notification settings

fold-lang/repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fold Repository

All standard packages for the Fold programming language are destributed with OPAM and are managed by this repository.

Packages

  • pratt – Pratt parser library used in the implementation of the language.
  • fold – Main package with the compiler for the language.
  • pure – Minimal modulear base library.
  • elements – Unified standard library.
  • ppx_monad – Syntax extensions for monadic computations.

Installation

To install a Fold package first add the repository to OPAM:

$ opam remote add -k git fold https://github.com/fold-lang/repository

Now opam can be used to install Fold packages:

$ opam install pratt

About

Main public package repository for OPAM, the source package manager of Fold.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages