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
|
packages
|
||||||
|
Copyright (c) Georges Dupéron 2016-2017.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@ digraph packages {
|
||||||
"phc-adt" -> "scribble-math"
|
"phc-adt" -> "scribble-math"
|
||||||
"phc-adt" -> "typed-struct-props"
|
"phc-adt" -> "typed-struct-props"
|
||||||
"phc-adt" -> "type-expander"
|
"phc-adt" -> "type-expander"
|
||||||
|
"phc-adt" -> "xlist"
|
||||||
"phc-graph" -> "aful"
|
"phc-graph" -> "aful"
|
||||||
"phc-graph" -> "delay-pure"
|
"phc-graph" -> "delay-pure"
|
||||||
"phc-graph" -> "hyper-literate"
|
"phc-graph" -> "hyper-literate"
|
||||||
|
@ -58,4 +59,9 @@ digraph packages {
|
||||||
"type-expander" -> "auto-syntax-e"
|
"type-expander" -> "auto-syntax-e"
|
||||||
"type-expander" -> "hyper-literate"
|
"type-expander" -> "hyper-literate"
|
||||||
"type-expander" -> "scribble-enhanced"
|
"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