-
Notifications
You must be signed in to change notification settings - Fork 3
/
decml.opam
33 lines (33 loc) · 868 Bytes
/
decml.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A PPX rewriter and library for abductive programming"
description: "A PPX rewriter and library for abductive programming."
maintainer: ["Reuben N. S. Rowe <reuben.rowe@cantab.net>"]
authors: [
"Reuben N. S. Rowe <reuben.rowe@cantab.net>"
"Victor Darvariu <victor.darvariu@gmail.com>"
]
homepage: "https://github.com/reubenrowe/ocaml-decml"
bug-reports: "https://github.com/reubenrowe/ocaml-decml/issues"
depends: [
"containers" {>= "3.0"}
"csv" {build}
"dune" {>= "1.0"}
"ocaml" {>= "4.04"}
"ocaml-migrate-parsetree" {< "2.0.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/reubenrowe/ocaml-decml.git"