File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1111build: [ make ]
1212install: [ make "install" "VFILES=structures.v" ]
1313depends: [ "coq-elpi" {>= "1.6" & < "1.9~"} ]
14- synopsis: "Hierarchy Builder "
14+ synopsis: "High level commands to declare and evolve a hierarchy based on packed classes "
1515description: """
16- High level commands to declare and evolve a hierarchy based on packed classes.
16+ Hierarchy Builder is a high level language to build hierarchies of algebraic structures and make these
17+ hierarchies evolve without breaking user code. The key concepts are the ones of factory, builder
18+ and abbreviation that let the hierarchy developer describe an actual interface for their library.
19+ Behind that interface the developer can provide appropriate code to ensure retro compatibility.
1720"""
1821tags: [ "logpath:HB" ]
You can’t perform that action at this time.
0 commit comments