KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ppx_drivers
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
avhttp
:
avhttp is cocurrent http downloader
RocketMission
:
WinForms application using C# .NET 2.0
timezone
:
A small R package for finding timezone names from geographic coordinates
mudstone
:
Basic front-end framework for projects
amazonfileupload
:
An ASP.NET MVC 4 application demonstrating upload of files to Amazon S3 storage
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ppx_drivers
?
Download (.md)
ppx_drivers =========== This package implements a generic ppx driver to be used with OCaml "-ppx" command-line flag. This driver dynamically loads other Parsetree rewriters which are supposed to be installed as findlib packages. Rewriters to be applied can be specified either on the command-line or directly in the source code. Each rewriter is specified as the name of its findlib package and can be passed some extra arguments. Command-line syntax: ppx_driver [-v] pkg arg ... arg -- pkg arg ... arg -- .... In-source syntax (as a top-level structure or signature item): [%%load_ppx "pkg" "arg" ... "arg"]