37 lines
No EOL
923 B
Text
37 lines
No EOL
923 B
Text
version: "0.37.0"
|
|
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Run ppxlib benchmarks"
|
|
description: """
|
|
Third-party code in benchmarks depends on later versions of the ocaml
|
|
than ppxlib itself. Also the benchmark runner has dependencies that ppxlib doesn't
|
|
have."""
|
|
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.10.0"}
|
|
"ppxlib" {= version}
|
|
"base"
|
|
"yojson"
|
|
"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" |