this repo has no description

Merge pull request #24054 from Gbury/release-dolmen-v0.9

[new release] dolmen_type, dolmen_model, dolmen_lsp, dolmen_loop, dolmen_bin and dolmen (0.9)

Changed files
+234 -6
packages
colibri2
colibri2.0.4
colibrics
colibrics.0.4
dolmen
dolmen.0.9
dolmen_bin
dolmen_bin.0.9
dolmen_loop
dolmen_loop.0.9
dolmen_lsp
dolmen_lsp.0.9
dolmen_model
dolmen_model.0.9
dolmen_type
dolmen_type.0.9
+3 -3
packages/colibri2/colibri2.0.4/opam
···
depends: [
"colibrilib" {= version}
"containers" {>= "3.6.1"}
-
"dolmen" {>= "0.8"}
-
"dolmen_type" {>= "0.8"}
-
"dolmen_loop" {>= "0.8"}
+
"dolmen" {>= "0.8" & < "0.9" }
+
"dolmen_type" {>= "0.8" & < "0.9" }
+
"dolmen_loop" {>= "0.8" & < "0.9" }
"cmdliner" {>= "1.1.1"}
"base" {>= "v0.14.2" & < "v0.16.0"}
"gen" {>= "1.0"}
+3 -3
packages/colibrics/colibrics.0.4/opam
···
bug-reports: "https://git.frama-c.com/pub/colibrics/issues"
depends: [
"ppx_deriving_yojson" {>= "3.6.1"}
-
"dolmen" {>= "0.8"}
-
"dolmen_type" {>= "0.8"}
-
"dolmen_loop" {>= "0.8"}
+
"dolmen" {>= "0.8" & < "0.9" }
+
"dolmen_type" {>= "0.8" & < "0.9" }
+
"dolmen_loop" {>= "0.8" & < "0.9" }
"dune" {>= "3.0"}
"zarith" {>= "1.12"}
"cmdliner" {>= "1.1.1"}
+46
packages/dolmen/dolmen.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"menhir" {>= "20211230" }
+
"dune" { >= "3.0" }
+
"fmt" { >= "0.8.7" }
+
"seq"
+
"odoc" { with-doc }
+
"qcheck" { with-test }
+
"mdx" { with-test }
+
]
+
+
tags: [ "parser" "logic" "tptp" "smtlib" "dimacs" ]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A parser library for automated deduction"
+
description:
+
"Dolmen is a parser library. It currently targets languages used in automated theorem provers,
+
but may be extended to other domains.
+
+
Dolmen provides functors that takes as arguments a representation of terms and statements,
+
and returns a module that can parse files (or streams of tokens) into the provided representation
+
of terms or statements. This is meant so that Dolmen can be used as a drop-in replacement of existing
+
parser, in order to factorize parsers among projects.
+
+
Additionally, Dolmen also provides a standard implementation of terms and statements that cna be
+
used ot instantiate its parsers."
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"
+42
packages/dolmen_bin/dolmen_bin.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dolmen" {= version }
+
"dolmen_type" {= version }
+
"dolmen_loop" {= version }
+
"dolmen_model" {= version }
+
"dune" { >= "3.0" }
+
"fmt"
+
"cmdliner" { >= "1.1.0" }
+
"odoc" { with-doc }
+
]
+
depopts: [
+
"memtrace"
+
]
+
tags: [ "logic" "computation" "automated theorem prover" "logic" "smtlib" "tptp"]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A linter for logic languages"
+
description:
+
"The dolmen binary is an instantiation of the Dolmen library
+
to provide a binary to easily parse and type files used in
+
automated deduction. "
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"
+38
packages/dolmen_loop/dolmen_loop.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dolmen" {= version }
+
"dolmen_type" {= version }
+
"dune" { >= "3.0" }
+
"gen"
+
"odoc" { with-doc }
+
"pp_loc" { >= "2.0.0" }
+
"mdx" { with-test }
+
]
+
tags: [ "logic" "computation" "automated theorem prover" ]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A tool library for automated deduction tools"
+
description:
+
"Dolmen Loop is a library of useful helpers to parse
+
and loop over statements found in automated deduction files."
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"
+
+37
packages/dolmen_lsp/dolmen_lsp.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dolmen" {= version }
+
"dolmen_type" {= version }
+
"dolmen_loop" { = version }
+
"dune" { >= "3.0" }
+
"ocaml-syntax-shims"
+
"odoc" { with-doc }
+
"logs"
+
"lsp"
+
"linol" { >= "0.4" & < "0.5" }
+
"linol-lwt" { >= "0.4" & < "0.5" }
+
]
+
tags: [ "logic" "computation" "automated theorem prover" "lsp" "language server protocol"]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A LSP server for automated deduction languages"
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"
+33
packages/dolmen_model/dolmen_model.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dolmen" {= version }
+
"dolmen_loop" {= version }
+
"dune" { >= "3.0" }
+
"odoc" { with-doc }
+
"zarith" { >= "1.10" }
+
"farith"
+
]
+
tags: [ "logic" "type" "model" "modelchecking" "first order" ]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A model checker for automated deduction languages"
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"
+32
packages/dolmen_type/dolmen_type.0.9/opam
···
+
opam-version: "2.0"
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dolmen" {= version }
+
"dune" { >= "3.0" }
+
"spelll" { >= "0.4" }
+
"uutf"
+
"odoc" { with-doc }
+
]
+
tags: [ "logic" "type" "typechecking" "first order" "polymorphism" ]
+
homepage: "https://github.com/Gbury/dolmen"
+
dev-repo: "git+https://github.com/Gbury/dolmen.git"
+
bug-reports: "https://github.com/Gbury/dolmen/issues"
+
+
doc: "https://gbury.github.io/dolmen"
+
synopsis: "A typechecker for automated deduction languages"
+
url {
+
src:
+
"https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz"
+
checksum: [
+
"sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a"
+
"sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74"
+
]
+
}
+
x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a"