File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/metaquot/metaquot.0.6.0 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "OCaml syntax extension for quoting code"
4+ description: """
5+ metaquot allows to quote OCaml code.
6+ """
7+ maintainer: ["Seb Hinderer <
[email protected] >"]
8+ authors: ["Thierry Martinez <
[email protected] >"]
9+ license: "BSD-2-Clause"
10+ homepage: "https://github.com/ocamllibs/metaquot"
11+ doc: "https://github.com/ocamllibs/metaquot"
12+ bug-reports: "https://github.com/ocamllibs/metaquot"
13+ depends: [
14+ "dune" {>= "2.7"}
15+ "ocaml" {>= "5.2.0"}
16+ "stdcompat" {>= "19"}
17+ "ppxlib" {>= "0.22.0"}
18+ "metapp" {>= "0.4.4"}
19+ "odoc" {with-doc & >= "1.5.1"}
20+ ]
21+ build: [
22+ ["dune" "subst"] {dev}
23+ [
24+ "dune"
25+ "build"
26+ "-p"
27+ name
28+ "-j"
29+ jobs
30+ "@install"
31+ "@runtest" {with-test}
32+ "@doc" {with-doc}
33+ ]
34+ ]
35+ dev-repo: "git+https://github.com/ocamllibs/metaquot.git"
36+ url {
37+ src:
38+ "https://github.com/ocamllibs/metaquot/archive/refs/tags/v0.6.0.tar.gz"
39+ checksum: [
40+ "sha512=9a71062b37f1f54c469e78d1f84f9e2ec38d64ed53964d698db0cbb852a2fa8db3d836215eb49554a577c96f695eaf6a1570a559b9e243181f8689098fe289e1"
41+ ]
42+ }
You can’t perform that action at this time.
0 commit comments