How to Install libspec-alpha-clojure in Ubuntu 18.04



Install libspec-alpha-clojure by entering the following commands in the terminal:

sudo apt update
sudo apt install libspec-alpha-clojure

Description:

library to describe the structure of data and functions

spec is a Clojure library to describe the structure of data and functions. Specs can be used to validate data, conform (destructure) data, explain invalid data, generate examples that conform to the specs, and automatically use generative testing to test functions.

Homepage: https://github.com/clojure/spec.alpha

Version: 0.1.143-1

Section: universe/java