this repo has no description

release pa_ppx_q_ast.0.11: fix build, freebsd support (#24507)

* release 0.11: fix build, freebsd support

* re-enable conf-diffutils

* disable pa_ppx_parsetree, add debug logging for freebsd

* fix freebsd detection

* still debugging freebsd test-failure

* more freebsd test cleanup

Changed files
+48
packages
pa_ppx_parsetree
pa_ppx_parsetree.0.01
pa_ppx_q_ast
pa_ppx_q_ast.0.11
+1
packages/pa_ppx_parsetree/pa_ppx_parsetree.0.01/opam
···
[make "test"] {with-test}
]
install: [make "install"]
+
available: false
+47
packages/pa_ppx_q_ast/pa_ppx_q_ast.0.11/opam
···
+
+
synopsis: "A PPX Rewriter for automating generation of data-conversion code for use with Camlp5's Q_ast"
+
description:
+
"""
+
This is a PPX Rewriter for generating data-conversion code that is otherwise
+
hand-written, when using Camlp5's Q_ast.
+
+
"""
+
opam-version: "2.0"
+
maintainer: "Chet Murthy <chetsky@gmail.com>"
+
authors: ["Chet Murthy"]
+
homepage: "https://github.com/camlp5/pa_ppx_q_ast"
+
license: "BSD-3-Clause"
+
bug-reports: "https://github.com/camlp5/pa_ppx_q_ast/issues"
+
dev-repo: "git+https://github.com/camlp5/pa_ppx_q_ast.git"
+
doc: "https://github.com/camlp5/pa_ppx_q_ast/doc"
+
+
depends: [
+
"ocaml" { >= "4.10.0" }
+
"conf-diffutils" { >= "1.2" & with-test }
+
"conf-perl"
+
"cppo" { >= "1.6.9" }
+
"camlp5-buildscripts" { >= "0.01" }
+
"camlp5" { >= "8.00.04" }
+
"pa_ppx" { >= "0.08" }
+
"pa_ppx_migrate" { with-test & >= "0.08" }
+
"pa_ppx_hashcons" { >= "0.08" }
+
"pa_ppx_unique" { >= "0.08" }
+
"pa_ppx_regexp"
+
"not-ocamlfind" { >= "0.01" }
+
"pcre2"
+
"ounit" { >= "2.2.7" & with-test}
+
"bos" { >= "0.2.0" }
+
"menhir" { >= "20220210" }
+
"mdx" { >= "2.3.0" & with-test}
+
]
+
build: [
+
[make "sys"]
+
[make "test"] {with-test}
+
]
+
install: [make "install"]
+
url {
+
src: "https://github.com/camlp5/pa_ppx_q_ast/archive/refs/tags/0.11.tar.gz"
+
checksum: [
+
"sha512=833a6394be1c80d15be4de46208430e86764fc9544627595039b5697aa9cbf664f5b3ce2bf8d3625a6d7f9d7e6296a9446a084f1af1f9dd5a290d77d3cbfd7ae"
+
]
+
}