40 lines
1,013 B
Text
40 lines
1,013 B
Text
|
|
version: "0.37.0"
|
||
|
|
# This file is generated by dune, edit dune-project instead
|
||
|
|
opam-version: "2.0"
|
||
|
|
synopsis: "Tools for PPX users and authors"
|
||
|
|
description: """
|
||
|
|
Set of helper tools for PPX users and authors.
|
||
|
|
|
||
|
|
ppxlib-pp-ast: Command line tool to pretty print OCaml ASTs in a human readable
|
||
|
|
format."""
|
||
|
|
maintainer: ["opensource@janestreet.com"]
|
||
|
|
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
||
|
|
license: "MIT"
|
||
|
|
homepage: "https://github.com/ocaml-ppx/ppxlib"
|
||
|
|
doc: "https://ocaml-ppx.github.io/ppxlib/"
|
||
|
|
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
|
||
|
|
depends: [
|
||
|
|
"dune" {>= "3.8"}
|
||
|
|
"ocaml" {>= "4.08.0"}
|
||
|
|
"ppxlib" {= version}
|
||
|
|
"cmdliner" {>= "1.3.0"}
|
||
|
|
"yojson" {>= "2.2.2"}
|
||
|
|
"cinaps" {with-test & >= "v0.12.1"}
|
||
|
|
"odoc" {with-doc}
|
||
|
|
]
|
||
|
|
build: [
|
||
|
|
["dune" "subst"] {dev}
|
||
|
|
[
|
||
|
|
"dune"
|
||
|
|
"build"
|
||
|
|
"-p"
|
||
|
|
name
|
||
|
|
"-j"
|
||
|
|
jobs
|
||
|
|
"@install"
|
||
|
|
"@runtest" {with-test}
|
||
|
|
"@doc" {with-doc}
|
||
|
|
]
|
||
|
|
]
|
||
|
|
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
|
||
|
|
x-maintenance-intent: ["(latest)"]
|