A frozen, BSD-licensed mirror of David Clunie's dicom3tools
macOS binary package — chiefly dciodvfy, the DICOM IOD conformance
validator — so WSILabs CI does not depend on dclunie.com being
reachable or on a given upstream snapshot remaining served.
Each release pins one upstream snapshot, append-only:
| Release | Snapshot | Asset |
|---|---|---|
v1 |
1.00.snapshot.20260320044638 |
dicom3tools_macexe_1.00.snapshot.20260320044638.zip (universal macOS binary) |
- Provenance: https://www.dclunie.com/dicom3tools/workinprogress/macexe/
- License: BSD (David A. Clunie / PixelMed Publishing) — binary
redistribution permitted with attribution; the verbatim COPYRIGHT is
reproduced in
dicom3tools-COPYRIGHT.txt(clause 2) and shipped alongside each release asset.
Pin an explicit tag for reproducibility:
- name: Download dciodvfy
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ZIP=dicom3tools_macexe_1.00.snapshot.20260320044638.zip
gh release download v1 --repo WSILabs/dicom3tools-mirror --pattern "$ZIP" --dir .
unzip -q "$ZIP" -d dicom3toolsConsumed by WSILabs/wsitools' DICOM conformance (dciodvfy) CI step.
When WSILabs/wsitools' dciodvfy-watch workflow flags a newer upstream
snapshot:
- Download the desired snapshot from the provenance URL above.
- Publish a new release here (
v2,v3, …) with the.zip+dicom3tools-COPYRIGHT.txtas assets. Releases are append-only — never mutate an existing release's assets. - Bump the pinned tag + asset name (and cache key) in wsitools'
.github/workflows/ci.yml, and let the conformance gate re-validate.
The verbatim Clunie COPYRIGHT governs the mirrored binary asset
(dicom3tools-COPYRIGHT.txt). This repo's own metadata and docs are MIT.