https://github.com/zonemaster/zonemaster-engine
The Zonemaster Engine - part of the Zonemaster project
https://github.com/zonemaster/zonemaster-engine
Last synced: 5 months ago
JSON representation
The Zonemaster Engine - part of the Zonemaster project
- Host: GitHub
- URL: https://github.com/zonemaster/zonemaster-engine
- Owner: zonemaster
- License: other
- Created: 2014-11-20T08:41:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T14:04:37.000Z (5 months ago)
- Last Synced: 2026-03-02T17:36:12.400Z (5 months ago)
- Language: Perl
- Size: 44.5 MB
- Stars: 35
- Watchers: 10
- Forks: 37
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Zonemaster Engine
## Purpose
This repository holds one of the components of the Zonemaster product. For an
overview of the Zonemaster software, please see the
[Zonemaster main repository].
This Git repository contains the *Zonemaster Engine testing framework*,
and contains all code needed to perform the full suite of Zonemaster
tests.
## Prerequisites
For supported processor architectures, operating systems and Perl versions see
[Zonemaster/README.md].
## Installation
Installation instructions for the Engine is provided in the
[installation] document.
## Configuration
This repository does not need any specific configuration.
## Docker
Zonemaster-CLI is available on [Docker Hub], and can be conveniently downloaded
and run without any installation. See [USING] Zonemaster-CLI for how to run
Zonemaster-CLI on Docker.
To build your own Docker image, see the [Docker Image Creation] documentation.
## Documentation
There is full POD coverage of the Perl code. The documentation can be
read on the [CPAN site].
Documentation on Zonemaster-Engine is also found under the [docs] directory.
## Participation, Contact and Bug reporting
For participation, contact and bug reporting, please see
[Zonemaster/README.md](https://github.com/zonemaster/zonemaster/blob/master/README.md).
## License
This is free software under a 2-clause BSD license. The full text of the license can
be found in the [LICENSE](LICENSE) file included in this repository.
[CPAN site]: https://metacpan.org/pod/Zonemaster::Engine
[Docker Hub]: https://hub.docker.com/u/zonemaster
[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md
[Docs]: docs/
[Installation]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine.md
[USING]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/cli.md
[Zonemaster main repository]: https://github.com/zonemaster/zonemaster
[Zonemaster/README.md]: https://github.com/zonemaster/zonemaster/blob/master/README.md