https://github.com/funcool/promesa.git
git clone 'https://github.com/funcool/promesa.git'
(ql:quickload :funcool.promesa)
A promise library for Clojure(Script).
Documentation: http://funcool.github.io/promesa/latest/
Latest stable release:
;; deps.edn
funcool/promesa {:mvn/version "3.0.0"}
;; lein
[funcool/promesa "3.0.0"]
Latest development snapshot:
;; deps.edn
funcool/promesa {:mvn/version "4.0.0-SNAPSHOT"}
;; lein
[funcool/promesa "4.0.0-SNAPSHOT"]