$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Leiningen in GNU/Linux Distros

GNU/Linux Installing Leiningen Guide

Hi! The Tutorial shows you Step-by-Step How to Install Leiningen Clojure Build Automation and Dependency Management Tool in GNU/Linux Desktops.

And Leiningen for Linux is the Clojure counterpart of Maven, a popular Tool for managing Java dependencies.

Moreover, Leiningen is compatible with Maven, so it has access to large and well-maintained Repos of Java libraries.

Clojure Libraries are commonly found in the Clojars Repo. This one is, of course, enabled by default in Leiningen.

Clojure is a dynamic and functional dialect of the Lisp Programming Language on the Java platform.

Leiningen Linux Installation Guide - Linux Penguin Clojure

GNU/Linux Leiningen Clojure Build Management Tool Installation Guide