This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Isabelle_DOF/etc/options

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-12-19 12:22:07 +00:00
(* :mode=isabelle-options: *)
section "Isabelle/DOF"
2022-06-24 16:49:04 +00:00
public option dof_template : string = "scrreprt-modern"
-- "Default document template for Isabelle/DOF documents"
2022-04-03 21:45:47 +00:00
public option dof_ontologies : string = "Isabelle_DOF.technical_report Isabelle_DOF.scholarly_paper"
-- "Isabelle/DOF ontologies (separated by blanks)"
2022-04-03 21:45:47 +00:00
2022-07-08 11:35:15 +00:00
option dof_version : string = "Unreleased"
2022-04-03 21:45:47 +00:00
-- "Isabelle/DOF version"
(* "Unreleased" for development, semantic version for releases *)
2022-10-30 17:56:15 +00:00
option dof_isabelle : string = "2022"
option dof_afp : string = "afp-2022-10-27"
2022-04-03 21:45:47 +00:00
2022-07-08 11:04:20 +00:00
option dof_latest_version : string = "1.3.0"
option dof_latest_isabelle : string = "Isabelle2021-1"
option dof_latest_doi : string = "10.5281/zenodo.6810799"
2022-04-03 21:45:47 +00:00
option dof_generic_doi : string = "10.5281/zenodo.3370482"
option dof_url : string = "https://git.logicalhacking.com/Isabelle_DOF/Isabelle_DOF"
2021-12-19 12:22:07 +00:00
-- "Isabelle/DOF source repository"
option dof_artifact_dir : string = "releases/Isabelle_DOF/Isabelle_DOF"
-- "Isabelle/DOF release artifacts"
option dof_artifact_host : string = "artifacts.logicalhacking.com"