this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Pandoc filter to include other files"
4description:
5 "This pandoc filter allows the inclusion of other markdown files into markdown"
6maintainer: ["Samuel Mimram <smimram@gmail.com>"]
7authors: ["Samuel Mimram <smimram@gmail.com>"]
8license: "LGPL-2.1-or-later"
9homepage: "https://github.com/smimram/ocaml-pandoc"
10bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
11depends: [
12 "dune" {>= "2.0"}
13 "pandoc" {>= "0.2.0"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git"
30url {
31 src:
32 "https://github.com/smimram/ocaml-pandoc/archive/refs/tags/v0.2.0.tar.gz"
33 checksum: [
34 "md5=ed0bb4281fb064e6f08c702e7becc473"
35 "sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201"
36 ]
37}