File: ppxfind.opam

package info (click to toggle)
ppxfind 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: ml: 113; makefile: 31
file content (37 lines) | stat: -rw-r--r-- 885 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Tool combining ocamlfind and ppx"
description: """
Ppxfind is a small command line tool that among other things allows
to use old style ppx rewriters with jbuilder.
"""
maintainer: ["Jérémie Dimino <jeremie@dimino.org>"]
authors: ["Jérémie Dimino <jeremie@dimino.org>"]
license: "BSD3"
homepage: "https://github.com/diml/ppxfind"
doc: "https://diml.github.io/ppxfind/"
bug-reports: "https://github.com/diml/ppxfind/issues"
depends: [
  "dune" {>= "2.0"}
  "ocaml-migrate-parsetree"
  "ocamlfind"
  "ocaml" {>= "4.02.3"}
]
conflicts: [
  "dune" {= "1.2" | = "1.2.1"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/diml/ppxfind.git"