Fixed license file (stale header accidentally copied over from an other project); added xlist package.
This commit is contained in:
parent
6e03635107
commit
40fe63bb94
|
@ -1,9 +1,5 @@
|
|||
multi-id
|
||||
|
||||
Parts of this this software were initially written as part of a project
|
||||
at Cortus, S.A.S. which can be reached at 97 Rue de Freyr, 34000
|
||||
Montpellier, France. I got their permission to redistribute the code in
|
||||
the Public Domain.
|
||||
packages
|
||||
Copyright (c) Georges Dupéron 2016-2017.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ digraph packages {
|
|||
"phc-adt" -> "scribble-math"
|
||||
"phc-adt" -> "typed-struct-props"
|
||||
"phc-adt" -> "type-expander"
|
||||
"phc-adt" -> "xlist"
|
||||
"phc-graph" -> "aful"
|
||||
"phc-graph" -> "delay-pure"
|
||||
"phc-graph" -> "hyper-literate"
|
||||
|
@ -58,4 +59,9 @@ digraph packages {
|
|||
"type-expander" -> "auto-syntax-e"
|
||||
"type-expander" -> "hyper-literate"
|
||||
"type-expander" -> "scribble-enhanced"
|
||||
"xlist" -> "scribble-enhanced"
|
||||
"xlist" -> "multi-id"
|
||||
"xlist" -> "type-expander"
|
||||
"xlist" -> "phc-tookkit"
|
||||
"xlist" -> "scribble-math"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user