This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
37
unikernel/duniverse/ppxlib/ppxlib-bench.opam
Normal file
37
unikernel/duniverse/ppxlib/ppxlib-bench.opam
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue