Skip to content

Commit

Permalink
Move opam description to ppxlib.opam
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <[email protected]>
  • Loading branch information
jeremiedimino committed Dec 15, 2018
1 parent e1fd654 commit 42c7fea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ppxlib.descr

This file was deleted.

11 changes: 11 additions & 0 deletions ppxlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ depends: [
"ocamlfind" {with-test}
]
synopsis: "Base library and tools for ppx rewriters"
description: """
A comprehensive toolbox for ppx development. It features:
- a OCaml AST / parser / pretty-printer snapshot,to create a full
frontend independent of the version of OCaml;
- a library for library for ppx rewriters in general, and type-driven
code generators in particular;
- a feature-full driver for OCaml AST transformers;
- a quotation mechanism allowing to write values representing the
OCaml AST in the OCaml syntax;
- a generator of open recursion classes from type definitions.
"""

0 comments on commit 42c7fea

Please sign in to comment.