diff options
| author | Enrico Tassi | 2020-04-06 10:14:51 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2020-05-07 19:48:49 +0200 |
| commit | a8fbe8b04bd53d4bf1575db0822b321d405cf83d (patch) | |
| tree | f294fdf2ee5cead86d86746e6414c0f49b800ddd /dev | |
| parent | 40e7685b20e385749d9de1097e43f404fc24c285 (diff) | |
[win] addon for Hierarchy Builder
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/build/windows/makecoq_mingw.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh index 8fbd8dec20..963b0e6387 100755 --- a/dev/build/windows/makecoq_mingw.sh +++ b/dev/build/windows/makecoq_mingw.sh @@ -1970,6 +1970,21 @@ function make_addon_elpi { fi } +# Hierarchy Builder: high level language to declare a hierarchy of structures +# compiled down to records and canonical structures. + +function make_addon_HB { + installer_addon_dependency_beg elpi_hb + make_addon_elpi + installer_addon_dependency_end + if build_prep_overlay elpi_hb ; then + installer_addon_section elpi_hb "Hierarchy Builder" "Coq library to declare algebraic hierarchies" "" + logn build make + logn install make install VFILES=structures.v + build_post + fi +} + # Main function for building addons function make_addons { |
