this repo has no description

Merge pull request #20227 from Leonidas-from-XIV/release-mdx-2.0.0

[new release] mdx (2.0.0)

Changed files
+76 -16
packages
http-cookie
http-cookie.4.1.0
http-cookie.4.2.0
iter
iter.1.2.1
lwt-pipe
lwt-pipe.0.1
mdx
mdx.2.0.0
msat
msat.0.8.3
msat.0.9
msat.0.9.1
preface
preface.0.1.0
routes
routes.0.4.0
routes.0.4.1
routes.0.5.0
routes.0.5.1
routes.0.6.0
routes.0.7.0
routes.0.7.3
routes.0.8.0
+1 -1
packages/http-cookie/http-cookie.4.1.0/opam
···
"fmt" {>= "0.8.9"}
"angstrom" {>= "0.15.0"}
"ppx_expect" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/http-cookie/http-cookie.4.2.0/opam
···
"fmt" {>= "0.8.9"}
"angstrom" {>= "0.15.0"}
"ppx_expect" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/iter/iter.1.2.1/opam
···
"dune-configurator"
"qcheck" {with-test}
"qtest" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
"odoc" {with-doc}
]
depopts: ["base-bigarray"]
+1 -1
packages/lwt-pipe/lwt-pipe.0.1/opam
···
"dune" {>= "1.1"}
"lwt"
"ocaml" { >= "4.03.0" }
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
"qcheck" {with-test & < "0.14"}
"qtest" {with-test}
"odoc" {with-doc}
+60
packages/mdx/mdx.2.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Executable code blocks inside markdown files"
+
description: """
+
`ocaml-mdx` allows to execute code blocks inside markdown files.
+
There are (currently) two sub-commands, corresponding
+
to two modes of operations: pre-processing (`ocaml-mdx pp`)
+
and tests (`ocaml-mdx test`).
+
+
The pre-processor mode allows to mix documentation and code,
+
and to practice "literate programming" using markdown and OCaml.
+
+
The test mode allows to ensure that shell scripts and OCaml fragments
+
in the documentation always stays up-to-date."""
+
maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
+
authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]
+
license: "ISC"
+
homepage: "https://github.com/realworldocaml/mdx"
+
bug-reports: "https://github.com/realworldocaml/mdx/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08.0"}
+
"ocamlfind"
+
"fmt" {>= "0.8.7"}
+
"cppo" {build}
+
"csexp" {>= "1.3.2"}
+
"astring"
+
"logs" {>= "0.7.0"}
+
"cmdliner" {>= "1.0.0"}
+
"re" {>= "1.7.2"}
+
"result"
+
"ocaml-version" {>= "2.3.0"}
+
"odoc-parser" {>= "0.9.0"}
+
"lwt" {with-test}
+
"alcotest" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/realworldocaml/mdx.git"
+
url {
+
src:
+
"https://github.com/realworldocaml/mdx/releases/download/2.0.0/mdx-2.0.0.tbz"
+
checksum: [
+
"sha256=65b4cc7ff8891b8b1d183be13c26eb45ddbc5a8081ac6e200fd8ae043d592e45"
+
"sha512=676d73dd20586ad5457ad96c9f0b11d88a2caf5763935a317db88076fd611cedd27499bd574a140ed9f6c00d2b80e7e92e2cf66d5aece9e2bbc16ea9ad69fc67"
+
]
+
}
+
x-commit-hash: "2adab029bde4141ecacde5ece71a7ca9e185e8cf"
+1 -1
packages/msat/msat.0.8.3/opam
···
"dune" { >= "1.1" }
"iter" { >= "1.2" }
"containers" {with-test & >= "2.8.1" & < "4.0" }
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
tags: [ "sat" "smt" "cdcl" "functor" ]
homepage: "https://github.com/Gbury/mSAT"
+1 -1
packages/msat/msat.0.9.1/opam
···
"dune" { >= "1.1" }
"iter" { >= "1.2" }
"containers" {with-test & >= "2.8.1" & < "4.0" }
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
tags: [ "sat" "smt" "cdcl" "functor" ]
homepage: "https://github.com/Gbury/mSAT"
+1 -1
packages/msat/msat.0.9/opam
···
"dune" { >= "1.1" }
"iter" { >= "1.2" }
"containers" {with-test & >= "2.8.1" & < "4.0" }
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
tags: [ "sat" "smt" "cdcl" "functor" ]
homepage: "https://github.com/Gbury/mSAT"
+1 -1
packages/preface/preface.0.1.0/opam
···
"alcotest" {with-test}
"qcheck-core" {with-test & < "0.18"}
"qcheck-alcotest" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
"odoc"{with-doc}
]
+1 -1
packages/routes/routes.0.4.0/opam
···
"stdcompat" { >= "6" }
"dune" { >= "1.8" }
"alcotest" {with-test}
-
"mdx" { with-test }
+
"mdx" { with-test & < "2.0" }
]
synopsis: "Typed routing for OCaml applications"
description: """
+1 -1
packages/routes/routes.0.4.1/opam
···
"ocaml" {>= "4.05.0"}
"dune" { >= "1.8" }
"alcotest" {with-test}
-
"mdx" { with-test }
+
"mdx" { with-test & < "2.0" }
]
synopsis: "Typed routing for OCaml applications"
description: """
+1 -1
packages/routes/routes.0.5.0/opam
···
"ocaml" {>= "4.05"}
"dune" { >= "1.8" }
"alcotest" {with-test}
-
"mdx" { with-test }
+
"mdx" { with-test & < "2.0" }
]
synopsis: "Typed routing for OCaml applications"
description: """
+1 -1
packages/routes/routes.0.5.1/opam
···
"ocaml" {>= "4.05"}
"dune" { >= "1.7" }
"alcotest" {with-test}
-
"mdx" { with-test }
+
"mdx" { with-test & < "2.0" }
]
synopsis: "Typed routing for OCaml applications"
description: """
+1 -1
packages/routes/routes.0.6.0/opam
···
"ocaml" {>= "4.05"}
"dune" { >= "1.7" }
"alcotest" {with-test}
-
"mdx" { with-test }
+
"mdx" { with-test & < "2.0" }
]
synopsis: "Typed routing for OCaml applications"
description: """
+1 -1
packages/routes/routes.0.7.0/opam
···
"ocaml" {>= "4.06.1"}
"dune" {>= "2.1"}
"alcotest" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/routes/routes.0.7.3/opam
···
"dune"
"bisect_ppx" {dev & >= "2.0.0"}
"alcotest" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
build: [
["dune" "subst"] {dev}
+1 -1
packages/routes/routes.0.8.0/opam
···
"dune"
"bisect_ppx" {dev & >= "2.0.0"}
"alcotest" {with-test}
-
"mdx" {with-test}
+
"mdx" {with-test & < "2.0"}
]
build: [
["dune" "subst"] {dev}