File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
pandoc-abbreviations/pandoc-abbreviations.0.1.0
pandoc-crossref/pandoc-crossref.0.1.0
pandoc-include/pandoc-include.0.1.0
pandoc-inspect/pandoc-inspect.0.1.0 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010depends: [
1111 "dune" {>= "2.0"}
12- "pandoc" {>= "0.1.0" }
12+ "pandoc" {= version }
1313 "ocaml" {>="4.04.0"} # due to String.split_on_char
1414]
1515build: [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010depends: [
1111 "dune" {>= "2.0"}
12- "pandoc" {>= "0.1.0" }
12+ "pandoc" {= version }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010depends: [
1111 "dune" {>= "2.0"}
12- "pandoc" {>= "0.1.0" }
12+ "pandoc" {= version }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage: "https://github.com/smimram/ocaml-pandoc"
99bug-reports: "https://github.com/smimram/ocaml-pandoc/issues"
1010depends: [
1111 "dune" {>= "2.0"}
12- "pandoc" {>= "0.1.0" }
12+ "pandoc" {= version }
1313]
1414build: [
1515 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments