# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Pandoc filter to replace words" description: "This pandoc filter replaces words by others (useful to ensure that the case is respected for instance)." maintainer: ["Samuel Mimram "] authors: ["Samuel Mimram "] license: "LGPL-2.1-or-later" homepage: "https://github.com/smimram/ocaml-pandoc" bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" depends: [ "dune" {>= "2.0"} "pandoc" {>= "0.2.0"} "ocaml" {>= "4.08"} ] 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/refs/tags/v0.2.0.tar.gz" checksum: [ "md5=ed0bb4281fb064e6f08c702e7becc473" "sha512=71164a661b26c5deffbf68911673170ed5bddd397e0e3e45d37bac9e6f6c048244f66da9967b7f0345015360780cc2b0b898dcf175b53a896df26eca77d45201" ] }