pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
joker: better DESCR
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Thu Aug 31 21:46:23 2023 -0400
Changeset: 521c9b9181a4a4d1a018cc42210faa88a08433b8
Modified Files:
joker/DESCR
joker/Makefile
Log Message:
joker: better DESCR
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=521c9b9181a4a4d1a018cc42210faa88a08433b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
joker/DESCR | 6 +++++-
joker/Makefile | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/joker/DESCR b/joker/DESCR
index f8a6923534..f8eefb99e1 100644
--- a/joker/DESCR
+++ b/joker/DESCR
@@ -1,2 +1,6 @@
Joker is a small interpreted dialect of Clojure written in Go. It is also a
-Clojure(Script) linter.
+Clojure(Script) linter. Joker has a fast start up, sane error messages and
+stacktraces, and comes with batteries included: send HTTP requests, read and
+parse JSON, work with the file system, etc. As a linter, Joker can check for
+syntax errors, function arity mismatches, unresolved symbols, unused namespaces,
+vars, bindings, and much more.
diff --git a/joker/Makefile b/joker/Makefile
index ffebb643dc..3ef4e7a756 100644
--- a/joker/Makefile
+++ b/joker/Makefile
@@ -7,7 +7,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kevin.bloom%posteo.net@localhost
HOMEPAGE= https://joker-lang.org/
-COMMENT= Small dialect of Clojure and Clojure(Script) linter
+COMMENT= Clojure dialect and linter
LICENSE= epl-v1.0
GO_BUILD_PATTERN= .
Home |
Main Index |
Thread Index |
Old Index