Skip to content

Commit

Permalink
Merge pull request #29 from lefessan/z-2023-06-14-improvements
Browse files Browse the repository at this point in the history
Keep comments between AT_SETUP and AT_CLEANUP
  • Loading branch information
lefessan authored Jun 26, 2023
2 parents 17e9043 + 03c92c9 commit dea11b8
Show file tree
Hide file tree
Showing 21 changed files with 514 additions and 40 deletions.
51 changes: 51 additions & 0 deletions opam/windows/autofonce-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce"
version: "0.9"
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"
"autofonce"
"-x"
"windows"
"-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-windows" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
54 changes: 54 additions & 0 deletions opam/windows/autofonce_config-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_config"
version: "0.9"
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"
"autofonce_config"
"-x"
"windows"
"-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-windows" {>= "7.0"}
"ocplib_stuff-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"autofonce_misc-windows" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
56 changes: 56 additions & 0 deletions opam/windows/autofonce_core-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_core"
version: "0.9"
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"
"autofonce_core"
"-x"
"windows"
"-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-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"autofonce_share-windows" {= version}
"autofonce_misc-windows" {= version}
"autofonce_m4-windows" {= version}
"ANSITerminal-windows" {>= "0.8"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
59 changes: 59 additions & 0 deletions opam/windows/autofonce_lib-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_lib"
version: "0.9"
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"
"autofonce_lib"
"-x"
"windows"
"-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-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"ez_cmdliner-windows" {>= "0.4.3"}
"autofonce_share-windows" {= version}
"autofonce_patch-windows" {= version}
"autofonce_m4-windows" {= version}
"autofonce_core-windows" {= version}
"autofonce_config-windows" {= version}
"ANSITerminal-windows" {>= "0.8"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
53 changes: 53 additions & 0 deletions opam/windows/autofonce_m4-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_m4"
version: "0.9"
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"
"autofonce_m4"
"-x"
"windows"
"-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-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"autofonce_misc-windows" {= version}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
52 changes: 52 additions & 0 deletions opam/windows/autofonce_misc-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_misc"
version: "0.9"
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"
"autofonce_misc"
"-x"
"windows"
"-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-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
52 changes: 52 additions & 0 deletions opam/windows/autofonce_patch-windows.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# This file was generated by `drom` from `drom.toml`.
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "autofonce_patch"
version: "0.9"
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"
"autofonce_patch"
"-x"
"windows"
"-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-windows" {>= "0.1"}
"ez_file-windows" {>= "0.3"}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
"ocamlformat" {with-test}
]
# Content of `opam-trailer` field:
Loading

0 comments on commit dea11b8

Please sign in to comment.