Skip to content

Commit f1a7698

Browse files
committed
improve opam description
1 parent 8add15e commit f1a7698

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

coq-hierarchy-builder.opam

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1111
build: [ make ]
1212
install: [ make "install" "VFILES=structures.v" ]
1313
depends: [ "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"
1515
description: """
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
"""
1821
tags: [ "logpath:HB" ]

0 commit comments

Comments
 (0)