diff --git a/odoc-bench.opam b/odoc-bench.opam new file mode 100644 index 0000000000..b8d2b16dd4 --- /dev/null +++ b/odoc-bench.opam @@ -0,0 +1,44 @@ +opam-version: "2.0" + +version: "dev" +homepage: "http://github.com/ocaml/odoc" +doc: "https://ocaml.github.io/odoc/" +bug-reports: "https://github.com/ocaml/odoc/issues" +license: "ISC" + +maintainer: [ + "Daniel Bünzli " + "Jon Ludlam " + "Jules Aguillon " + "Paul-Elliot Anglès d'Auriac " +] +authors: [ + "Anton Bachin " + "Daniel Bünzli " + "David Sheets " + "Jon Ludlam " + "Jules Aguillon " + "Leo White " + "Lubega Simon " + "Paul-Elliot Anglès d'Auriac " + "Thomas Refis " +] +dev-repo: "git+https://github.com/ocaml/odoc.git" + +synopsis: "Meta package defining dependencies for the benchmark rule. Not released." + +depends: [ + "astring" + "cmdliner" {>= "1.0.0"} + "cppo" {build & >= "1.1.0"} + "dune" {>= "3.7.0"} + "fpath" + "ocaml" {>= "4.02.0"} + "result" + "tyxml" {>= "4.3.0"} + "fmt" + "ocamlfind" + "bos" + "yojson" {>= "1.6.0"} + "mdx" +]