mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
gen_intf is only an internal module
This commit is contained in:
parent
1240f5a730
commit
2cdba5957c
1 changed files with 2 additions and 1 deletions
3
_oasis
3
_oasis
|
|
@ -43,12 +43,13 @@ Flag "bench"
|
||||||
|
|
||||||
Library "containers"
|
Library "containers"
|
||||||
Path: core
|
Path: core
|
||||||
Modules: CCVector, CCDeque, CCGen, Gen_intf, 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,
|
CCHeap, CCList, CCOpt, CCPair, CCFun, CCHash,
|
||||||
CCKList, CCInt, CCBool, CCFloat, CCArray, CCOrd, CCIO,
|
CCKList, CCInt, CCBool, CCFloat, CCArray, CCOrd, CCIO,
|
||||||
CCRandom, CCKTree, CCTrie, CCString, CCHashtbl,
|
CCRandom, CCKTree, CCTrie, CCString, CCHashtbl,
|
||||||
CCFlatHashtbl, CCSexp, CCMap, CCCache
|
CCFlatHashtbl, CCSexp, CCMap, CCCache
|
||||||
|
InternalModules: Gen_intf
|
||||||
BuildDepends: bytes
|
BuildDepends: bytes
|
||||||
|
|
||||||
Library "containers_string"
|
Library "containers_string"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue