this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/ppx_jane"
5bug-reports: "https://github.com/janestreet/ppx_jane/issues"
6dev-repo: "git+https://github.com/janestreet/ppx_jane.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_jane/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "base_quickcheck" {>= "v0.15" & < "v0.16"}
15 "ppx_assert" {>= "v0.15" & < "v0.16"}
16 "ppx_base" {>= "v0.15" & < "v0.16"}
17 "ppx_bench" {>= "v0.15" & < "v0.16"}
18 "ppx_bin_prot" {>= "v0.15" & < "v0.16"}
19 "ppx_custom_printf" {>= "v0.15" & < "v0.16"}
20 "ppx_disable_unused_warnings" {>= "v0.15" & < "v0.16"}
21 "ppx_expect" {>= "v0.15" & < "v0.16"}
22 "ppx_fields_conv" {>= "v0.15" & < "v0.16"}
23 "ppx_fixed_literal" {>= "v0.15" & < "v0.16"}
24 "ppx_here" {>= "v0.15" & < "v0.16"}
25 "ppx_ignore_instrumentation" {>= "v0.15" & < "v0.16"}
26 "ppx_inline_test" {>= "v0.15" & < "v0.16"}
27 "ppx_let" {>= "v0.15" & < "v0.16"}
28 "ppx_log" {>= "v0.15" & < "v0.16"}
29 "ppx_module_timer" {>= "v0.15" & < "v0.16"}
30 "ppx_optcomp" {>= "v0.15" & < "v0.16"}
31 "ppx_optional" {>= "v0.15" & < "v0.16"}
32 "ppx_pipebang" {>= "v0.15" & < "v0.16"}
33 "ppx_sexp_message" {>= "v0.15" & < "v0.16"}
34 "ppx_sexp_value" {>= "v0.15" & < "v0.16"}
35 "ppx_stable" {>= "v0.15" & < "v0.16"}
36 "ppx_string" {>= "v0.15" & < "v0.16"}
37 "ppx_typerep_conv" {>= "v0.15" & < "v0.16"}
38 "ppx_variants_conv" {>= "v0.15" & < "v0.16"}
39 "dune" {>= "2.0.0"}
40 "ppxlib" {>= "0.23.0"}
41]
42synopsis: "Standard Jane Street ppx rewriters"
43description: "
44This package installs a ppx-jane executable, which is a ppx driver
45including all standard Jane Street ppx rewriters.
46"
47url {
48src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/ppx_jane-v0.15.0.tar.gz"
49checksum: "sha256=d0fa44d2279adfd24223c7e7a6d2a9be9fccc737810bf53876214181858e8146"
50}