pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-ppx_traverse_builtins
Module Name: pkgsrc
Committed By: jaapb
Date: Fri Jul 21 10:51:05 UTC 2017
Modified Files:
pkgsrc/devel/ocaml-ppx_traverse_builtins: DESCR Makefile
Log Message:
Changed comment, corrected spelling mistake in DESCR and added usage of
ocaml-findlib.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR \
pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR
diff -u pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR:1.1 pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR:1.2
--- pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR:1.1 Wed Jul 19 12:30:02 2017
+++ pkgsrc/devel/ocaml-ppx_traverse_builtins/DESCR Fri Jul 21 10:51:05 2017
@@ -1 +1 @@
-Bultin traversers for Ppx_traverse.
+Builtin traversers for Ppx_traverse.
Index: pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile
diff -u pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile:1.1 pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile:1.2
--- pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile:1.1 Wed Jul 19 12:30:02 2017
+++ pkgsrc/devel/ocaml-ppx_traverse_builtins/Makefile Fri Jul 21 10:51:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/19 12:30:02 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/21 10:51:05 jaapb Exp $
VERSION= 0.9.0
GITHUB_PROJECT= ppx_traverse_builtins
@@ -11,11 +11,12 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=jane
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= https://github.com/janestreet/ppx_traverse_builtins/
-COMMENT= Metaquotations for ppx_ast
+COMMENT= Builtin traversers for ppx_traverse
LICENSE= apache-2.0
USE_LANGUAGES= # none
+OCAML_USE_FINDLIB= yes
OCAML_USE_JBUILDER= yes
.include "../../mk/ocaml.mk"
Home |
Main Index |
Thread Index |
Old Index