[ 源代码: ppx-tools ]
软件包:libppx-tools-ocaml-dev(5.0+4.05.0-1 以及其他的)
libppx-tools-ocaml-dev 的相关链接
Debian 的资源:
下载源码包 ppx-tools:
- [ppx-tools_5.0+4.05.0-1.dsc]
- [ppx-tools_5.0+4.05.0.orig.tar.gz]
- [ppx-tools_5.0+4.05.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
tools for authors of OCaml syntactic tools
This package includes tools for authors of syntactic tools (such as ppx rewriters):
* ppx_metaquot: a ppx filter to help writing programs which manipulate the Parsetree, by allowing the programmer to use concrete syntax for expressions creating Parsetree fragments and patterns deconstructing Parsetree fragments; * rewriter: a utility to help testing ppx rewriters that runs the rewriter on user-provided code and returns the result; * Ast_mapper_class: a generic mapper from Parsetree to Parsetree implementing a deep identity copy, which can be customized with a custom behavior for each syntactic category; * dumpast: parses fragments of OCaml code (or entire source files) and dump the resulting internal Parsetree representation; * genlifter: generates a virtual "lifter" class for one or several OCaml type constructors.
其他与 libppx-tools-ocaml-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.2.5) [amd64]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: ocaml-nox-4.05.0
- 本虚包由这些包填实: ocaml-nox
-
- rec: ocaml-findlib
- management tool for OCaml libraries