Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/ocaml-custom_printf,
Syntax extension for printf format strings
Branch: CURRENT,
Version: 112.24.00,
Package name: custom_printf-112.24.00,
Maintainer: pkgsrc-usersThis library defines a syntax extension that allows the use of
user-defined string conversion functions in format strings.
Required to run:[
lang/ocaml] [
devel/ocaml-findlib] [
wip/ocaml-pa_ounit] [
devel/ocaml-type_conv] [
lang/camlp4] [
devel/ocaml-sexplib]
Required to build:[
pkgtools/cwrappers] [
devel/ocamlbuild]
Master sites:
RMD160: 62af859156aaaa6be82f17b2361af5ce85605404
Filesize: 60.402 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:25:04 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 112.24.00, and converted to use mk/fetch/github.mk.
- Added syntax to use `Sexp.to_string_mach` rather than `Sexp.to_string_hum`.
Added syntax `%{sexp#mach:<type>}`, which is like `%{sexp:<type>}`,
except it calls `Sexplib.Sexp.to_string_mach` instead of
`Sexplib.Sexp.to_string_hum`.
In fact, you can put any identifier after the `sexp#` and it will call
`Sexplib.Sexp.to_string_<that identifier>`; however, there are no other
such functions right now.
|
2015-02-26 11:51:30 by Hiramatsu Yoshifumi | Files touched by this commit (5) |
Log message:
Add OCaml library custom-printf into wip/ocaml-custom_printf.
This library defines a syntax extension that allows the use of
user-defined string conversion functions in format strings.
|