this repo has no description
1opam-version: "2.0" 2synopsis: "Pandoc filter to inspect pandoc's JSON" 3description: 4 "This pandoc filter prints pandoc's internal JSON on the standard error" 5maintainer: ["Samuel Mimram <smimram@gmail.com>"] 6authors: ["Samuel Mimram <smimram@gmail.com>"] 7license: "LGPL-2.1-only" 8homepage: "https://github.com/smimram/ocaml-pandoc" 9bug-reports: "https://github.com/smimram/ocaml-pandoc/issues" 10depends: [ 11 "dune" {>= "2.0"} 12 "pandoc" {= version} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/smimram/ocaml-pandoc.git" 29url { 30 src: "https://github.com/smimram/ocaml-pandoc/archive/v0.1.0.tar.gz" 31 checksum: [ 32 "md5=51e94d022cc795157404c0e4cde60896" 33 "sha512=2df5ab08ff1bd4dbe11dcbd572ae97ff762a0ca9ee8d4332ade4491c22a0111c3323a0982c9cb8e3158b3f1ab89dcd9d92551bf4cd4e29b8a5015e68c816edd0" 34 ] 35}