Api providing utilities when generating manifest files.
Api providing utilities when generating manifest files.
(make-base-manifest {author :fr.jeremyschoffen.mbt.alpha.project/author})
(make-manifest {main :fr.jeremyschoffen.mbt.alpha.jar/main-ns
manifest-overrides
:fr.jeremyschoffen.mbt.alpha.jar.manifest/overrides
:as param})
Format the content of a MANIFEST.MF file as a string.
Several keys option are specified by the keys:
:jar/main-ns
: A namespace to be added to the "Main" entry to the manifest. Default to nil.:jar.manifest/overrides
: A map of additional entries to the manifest. Values of the manifest map can be maps to represent
manifest sections. By default, the manifest contains the "Created-by", "Built-By" and "Build-Jdk" entries.Format the content of a MANIFEST.MF file as a string. Several keys option are specified by the keys: - `:jar/main-ns`: A namespace to be added to the "Main" entry to the manifest. Default to nil. - `:jar.manifest/overrides`: A map of additional entries to the manifest. Values of the manifest map can be maps to represent manifest sections. By default, the manifest contains the "Created-by", "Built-By" and "Build-Jdk" entries.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close