opam-version: "2.0" synopsis: "Pandoc filter to include other files" description: "This pandoc filter allows the inclusion of other markdown files into markdown" maintainer: ["Samuel Mimram "] authors: ["Samuel Mimram "] license: "LGPL-2.1-only" homepage: "https://github.com/smimram/ocaml-pandoc" bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" depends: [ "dune" {>= "2.0"} "pandoc" {= version} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" url { src: "https://github.com/smimram/ocaml-pandoc/archive/v0.1.0.tar.gz" checksum: [ "md5=51e94d022cc795157404c0e4cde60896" "sha512=2df5ab08ff1bd4dbe11dcbd572ae97ff762a0ca9ee8d4332ade4491c22a0111c3323a0982c9cb8e3158b3f1ab89dcd9d92551bf4cd4e29b8a5015e68c816edd0" ] }