this repo has no description

Merge pull request #23518 from lefessan/z-2023-03-16-autofonce.0.8

[NEW] Add autofonce.0.8, modern runner for autoconf testsuites

Kate 8e74bf91 d71c6f21

Changed files
+413
packages
autofonce
autofonce.0.8
autofonce_config
autofonce_config.0.8
autofonce_core
autofonce_core.0.8
autofonce_lib
autofonce_lib.0.8
autofonce_m4
autofonce_m4.0.8
autofonce_misc
autofonce_misc.0.8
autofonce_patch
autofonce_patch.0.8
autofonce_share
autofonce_share.0.8
+49
packages/autofonce/autofonce.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"autofonce_lib" {= version}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+52
packages/autofonce_config/autofonce_config.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"toml" {>= "7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"autofonce_misc" {= version}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+55
packages/autofonce_core/autofonce_core.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"ez_cmdliner" {>= "0.2"}
+
"autofonce_share" {= version}
+
"autofonce_misc" {= version}
+
"autofonce_m4" {= version}
+
"ANSITerminal" {>= "0.8"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+57
packages/autofonce_lib/autofonce_lib.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"ez_cmdliner" {>= "0.4.3"}
+
"autofonce_share" {= version}
+
"autofonce_patch" {= version}
+
"autofonce_m4" {= version}
+
"autofonce_core" {= version}
+
"autofonce_config" {= version}
+
"ANSITerminal" {>= "0.8"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+51
packages/autofonce_m4/autofonce_m4.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"autofonce_misc" {= version}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+50
packages/autofonce_misc/autofonce_misc.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+50
packages/autofonce_patch/autofonce_patch.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"ocplib_stuff" {>= "0.1"}
+
"ez_file" {>= "0.3"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}
+49
packages/autofonce_share/autofonce_share.0.8/opam
···
···
+
opam-version: "2.0"
+
license: "GPL-3.0-only"
+
synopsis: "A modern runner for GNU Autoconf Testsuites"
+
description: """\
+
autofonce is a modern runner for GNU Autoconf Testsuites:
+
autofonce has a limited understanding of m4 macros that appear in testsuites
+
written for the GNU Autoconf testsuites, and can run such tests in a modern
+
way.
+
"""
+
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
+
homepage: "https://ocamlpro.github.io/autofonce"
+
doc: "https://ocamlpro.github.io/autofonce/sphinx"
+
bug-reports: "https://github.com/ocamlpro/autofonce/issues"
+
dev-repo: "git+https://github.com/ocamlpro/autofonce.git"
+
tags: "org:ocamlpro"
+
build: [
+
["dune" "subst"] {dev}
+
["sh" "-c" "./scripts/before.sh build '%{name}%'"]
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["sh" "-c" "./scripts/after.sh build '%{name}%'"]
+
]
+
install: [
+
["sh" "-c" "./scripts/before.sh install '%{name}%'"]
+
]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"dune" {>= "2.7.0"}
+
"crunch" {>= "3.2.0"}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
"ocamlformat" {with-test}
+
]
+
+
url {
+
src: "https://github.com/ocamlpro/autofonce/archive/v0.8.tar.gz"
+
checksum: [ "sha256=4838b340c1e99708d6690fdd8658fc8b6ac74e3c38c0c3f1bbf2a50e92e48c4a" ]
+
}