this repo has no description

Merge pull request #27666 from Kakadu/release-GT-v0.5.4

[new release] GT (0.5.4) & ostap (0.6.1)

Changed files
+108
packages
GT
GT.0.5.4
ostap
ostap.0.6.1
+61
packages/GT/GT.0.5.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Generic programming with extensible transformations"
+
description: """
+
Yet another library for generic programming. Provides syntax extensions
+
both for camlp5 and PPX which allow decoration of type declarations with
+
following compile-time code generation. Provides the way for creating
+
plugins (compiled separately from the library) for enchancing supported
+
type transformations.
+
+
Strongly reminds the `visitors` library from François Pottier.
+
During desing of a library of these kind there many possible
+
design decision and in many cases we decided to implement
+
the decision opposite to the one used in `visitors`.
+
+
+
P.S. Since 2023 development team is no longer associated with JetBrains Research"""
+
maintainer: ["Kakadu@pm.me"]
+
authors: ["https://github.com/dboulytchev" "https://github.com/Kakadu"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/PLTools/GT"
+
bug-reports: "https://github.com/PLTools/GT/issues"
+
depends: [
+
"ocaml" {>= "4.14" & < "5.0.0" | >= "5.3.0" & < "5.4.0"}
+
"dune" {>= "3.16"}
+
"dune-configurator"
+
"ppxlib" {<= "0.34.0"}
+
"camlp5" {>= "8.00.05"}
+
"ocamlgraph"
+
"ppx_inline_test_nobase"
+
"ocamlfind" {build}
+
"logger-p5" {build}
+
"bisect_ppx" {build}
+
"conf-m4" {build}
+
"odoc" {with-doc}
+
"odig" {with-doc}
+
"pa_ppx" {with-doc}
+
"mdx" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/PLTools/GT.git"
+
url {
+
src: "https://github.com/PLTools/GT/archive/refs/tags/v0.5.4.tar.gz"
+
checksum: [
+
"sha256=d379da5902e2f4017122daf4861dd4f822a862025e9a6d215454ced572da13db"
+
"sha512=fe5cb5306cf220f293c0f81b57a8de90f932d3145538e0a032f4b90b8b465ba5d9414692c194b6213014ee2cd06ce061df4541533550d89c7f63b071015104ba"
+
]
+
}
+
x-commit-hash: "f42c7feceb9607bac11314aa0822a29c788fd591"
+47
packages/ostap/ostap.0.6.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Parser-combinator library"
+
maintainer: ["Kakadu@pm.me"]
+
authors: [
+
"dboulytchev@gmail.com" "danila.borovkov1996@gmail.com" "Kakadu@pm.me"
+
]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/PLTools/ostap"
+
bug-reports: "https://github.com/PLTools/ostap/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.14" & < "5.0.0" | >= "5.3.0" & < "5.4.0"}
+
"re" {>= "1.10"}
+
"camlp5" {>= "8"}
+
"GT" {>= "0.5.4"}
+
"ocamlfind" {build}
+
"mdx" {with-test}
+
"odig" {with-doc}
+
"odoc" {with-doc}
+
"pa_ppx" {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/PLTools/ostap.git"
+
url {
+
src:
+
"https://github.com/PLTools/ostap/archive/refs/tags/v0.6.1.tar.gz"
+
#"https://github.com/PLTools/ostap/archive/refs/heads/master.zip"
+
checksum: [
+
"sha256=989467bb80273c973595a164a27cefcbc23ced3c2dffbb6ebb2346a55e4b4c53"
+
"sha512=24bdba5cabbf2dd6b5c437f83428a2de529124bbc1a0a703dbce1fea9b887defb6f0949c5c28772d15927bd50819088cf6a95b106795ebc341f12ca7617260b3"
+
]
+
}
+
x-commit-hash: "6f023a616a1b9000f62db3e5743e478ba1c2cacd"
+