Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/ocaml-pa_test,
Quotation expanders for assertions
Branch: CURRENT,
Version: 112.24.00,
Package name: pa_test-112.24.00,
Maintainer: pkgsrc-usersPa_test is a set of quotation expander functions for assertions.
Required to run:[
lang/ocaml] [
devel/ocaml-findlib] [
devel/ocaml-type_conv] [
lang/camlp4] [
devel/ocaml-sexplib]
Required to build:[
pkgtools/cwrappers] [
devel/ocamlbuild]
Master sites:
RMD160: a9a275846cd7ba238dc1445fd6b60c0bc8eafcad
Filesize: 55.611 KB
Version history: (Expand)
- (2022-06-30) Package deleted from pkgsrc
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
CVS history: (Expand)
2015-04-18 00:31:20 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 112.24.00, and converted to use mk/fetch/github.mk.
- Reduce code generated by `pa_test` in favor of more code in `pa_test_lib`.
+ Less generated code means less time spent compiling it.
+ Reducing code in `pa_test.ml` is good, because:
a) Staging semantics make this code hard to understand.
b) This code is written using the less familiar revised OCaml syntax.
b) We get less code to migrate to syntax extensions.
- Re-used location code in `pa_here`; side benefit that we get full path names
in (Loc...) instead of just the file's basename.
|
2015-02-26 17:11:05 by Hiramatsu Yoshifumi | Files touched by this commit (3) |
Log message:
Update ocaml-pa_test to 111.08.01.
Follow ocaml 4.02.1.
|
2015-02-05 02:39:42 by Hiramatsu Yoshifumi | Files touched by this commit (5) |
Log message:
Add OCaml library pa_test into wip/ocaml-pa_test.
Pa_test is a set of quotation expander functions for assertions.
|