mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
moved CCLinq, CCBatch and CCat from core/ to advanced/
This commit is contained in:
parent
11ff63d2e9
commit
9882998eb5
7 changed files with 11 additions and 3 deletions
14
_oasis
14
_oasis
|
|
@ -45,9 +45,9 @@ Library "containers"
|
||||||
Path: core
|
Path: core
|
||||||
Modules: CCVector, CCDeque, CCGen, CCSequence, CCFQueue, CCMultiMap,
|
Modules: CCVector, CCDeque, CCGen, CCSequence, CCFQueue, CCMultiMap,
|
||||||
CCMultiSet, CCBV, CCPrint, CCPersistentHashtbl, CCError,
|
CCMultiSet, CCBV, CCPrint, CCPersistentHashtbl, CCError,
|
||||||
CCHeap, CCList, CCOpt, CCPair, CCFun, CCHash, CCCat,
|
CCHeap, CCList, CCOpt, CCPair, CCFun, CCHash,
|
||||||
CCKList, CCInt, CCBool, CCArray, CCBatch, CCOrd, CCIO,
|
CCKList, CCInt, CCBool, CCArray, CCOrd, CCIO,
|
||||||
CCRandom, CCLinq, CCKTree, CCTrie, CCString, CCHashtbl,
|
CCRandom, CCKTree, CCTrie, CCString, CCHashtbl,
|
||||||
CCFlatHashtbl
|
CCFlatHashtbl
|
||||||
FindlibName: containers
|
FindlibName: containers
|
||||||
|
|
||||||
|
|
@ -58,6 +58,14 @@ Library "containers_string"
|
||||||
FindlibName: string
|
FindlibName: string
|
||||||
FindlibParent: containers
|
FindlibParent: containers
|
||||||
|
|
||||||
|
Library "containers_advanced"
|
||||||
|
Path: advanced
|
||||||
|
Pack: true
|
||||||
|
Modules: CCLinq, CCBatch, CCCat
|
||||||
|
FindlibName: advanced
|
||||||
|
FindlibParent: containers
|
||||||
|
BuildDepends: containers
|
||||||
|
|
||||||
Library "containers_pervasives"
|
Library "containers_pervasives"
|
||||||
Path: pervasives
|
Path: pervasives
|
||||||
Modules: CCPervasives
|
Modules: CCPervasives
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue