mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-24 10:06:40 -05:00
Compare commits
56 commits
main
...
2.0+alpha1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aebd8b932 | ||
|
|
3de5400579 | ||
|
|
d0223f053f | ||
|
|
5ebed4e324 | ||
|
|
11e70e329e | ||
|
|
a91d504c23 | ||
|
|
46e41f7f84 | ||
|
|
ad8a61a795 | ||
|
|
f24d983b04 | ||
|
|
32bc0450dc | ||
|
|
461d6309e7 | ||
|
|
9fb319966b | ||
|
|
e52b847e90 | ||
|
|
265ed02dc6 | ||
|
|
9c80dba89e | ||
|
|
d84b1e1369 | ||
|
|
88025034b6 | ||
|
|
f6774434cd | ||
|
|
47978e4bba | ||
|
|
ed2b741865 | ||
|
|
e69ad8a6de | ||
|
|
94396b79e0 | ||
|
|
d541de5d03 | ||
|
|
c16af69fb3 | ||
|
|
ab183a7348 | ||
|
|
42c912fe0e | ||
|
|
8eac492c21 | ||
|
|
adc37e48b3 | ||
|
|
844d39c826 | ||
|
|
4e49e2a893 | ||
|
|
7bacac2c98 | ||
|
|
9f562cd657 | ||
|
|
e268f2d10c | ||
|
|
99df5baac2 | ||
|
|
4ed1691eb9 | ||
|
|
8054a9f256 | ||
|
|
d4fa455365 | ||
|
|
0d61b48fdd | ||
|
|
a21f097a64 | ||
|
|
d534d4c50e | ||
|
|
2efbc8d56b | ||
|
|
a8f5c3420f | ||
|
|
41e6e5ec75 | ||
|
|
31fdc16185 | ||
|
|
b91d42912a | ||
|
|
1b15573acd | ||
|
|
22d9d27c80 | ||
|
|
e0a47cba9b | ||
|
|
608edd9a1a | ||
|
|
0e555bed6c | ||
|
|
2cb86cb93f | ||
|
|
4e3631c12b | ||
|
|
a3cfdacc78 | ||
|
|
7d3742e765 | ||
|
|
2fb05ad8b5 | ||
|
|
efc3dcb44d |
56 changed files with 745 additions and 1 deletions
4
advanced/containers_advanced.mldylib
Normal file
4
advanced/containers_advanced.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 0f1ca0e2b031ae1710e26abf02cca256)
|
||||||
|
Containers_advanced
|
||||||
|
# OASIS_STOP
|
||||||
4
advanced/containers_advanced.mllib
Normal file
4
advanced/containers_advanced.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 0f1ca0e2b031ae1710e26abf02cca256)
|
||||||
|
Containers_advanced
|
||||||
|
# OASIS_STOP
|
||||||
7
advanced/containers_advanced.mlpack
Normal file
7
advanced/containers_advanced.mlpack
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 5a399cd532edb84596f3034081578694)
|
||||||
|
CCLinq
|
||||||
|
CCBatch
|
||||||
|
CCCat
|
||||||
|
CCMonadIO
|
||||||
|
# OASIS_STOP
|
||||||
69
containers.odocl
Normal file
69
containers.odocl
Normal file
|
|
@ -0,0 +1,69 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: fe2373b07664be05f7322781403afad6)
|
||||||
|
src/core/CCVector
|
||||||
|
src/core/CCHeap
|
||||||
|
src/core/CCList
|
||||||
|
src/core/CCOpt
|
||||||
|
src/core/CCPair
|
||||||
|
src/core/CCFun
|
||||||
|
src/core/CCHash
|
||||||
|
src/core/CCInt
|
||||||
|
src/core/CCBool
|
||||||
|
src/core/CCFloat
|
||||||
|
src/core/CCArray
|
||||||
|
src/core/CCRef
|
||||||
|
src/core/CCSet
|
||||||
|
src/core/CCOrd
|
||||||
|
src/core/CCRandom
|
||||||
|
src/core/CCString
|
||||||
|
src/core/CCHashtbl
|
||||||
|
src/core/CCMap
|
||||||
|
src/core/CCFormat
|
||||||
|
src/core/CCIO
|
||||||
|
src/core/CCInt64
|
||||||
|
src/core/CCChar
|
||||||
|
src/core/CCResult
|
||||||
|
src/core/CCParse
|
||||||
|
src/core/CCArray_slice
|
||||||
|
src/core/CCListLabels
|
||||||
|
src/core/CCArrayLabels
|
||||||
|
src/core/CCEqual
|
||||||
|
src/core/Containers
|
||||||
|
src/iter/CCKTree
|
||||||
|
src/iter/CCKList
|
||||||
|
src/iter/CCLazy_list
|
||||||
|
src/data/CCMultiMap
|
||||||
|
src/data/CCMultiSet
|
||||||
|
src/data/CCTrie
|
||||||
|
src/data/CCFlatHashtbl
|
||||||
|
src/data/CCCache
|
||||||
|
src/data/CCPersistentHashtbl
|
||||||
|
src/data/CCDeque
|
||||||
|
src/data/CCFQueue
|
||||||
|
src/data/CCBV
|
||||||
|
src/data/CCMixtbl
|
||||||
|
src/data/CCMixmap
|
||||||
|
src/data/CCRingBuffer
|
||||||
|
src/data/CCIntMap
|
||||||
|
src/data/CCPersistentArray
|
||||||
|
src/data/CCMixset
|
||||||
|
src/data/CCGraph
|
||||||
|
src/data/CCHashSet
|
||||||
|
src/data/CCBitField
|
||||||
|
src/data/CCHashTrie
|
||||||
|
src/data/CCWBTree
|
||||||
|
src/data/CCRAL
|
||||||
|
src/data/CCSimple_queue
|
||||||
|
src/data/CCImmutArray
|
||||||
|
src/data/CCHet
|
||||||
|
src/data/CCZipper
|
||||||
|
src/threads/CCPool
|
||||||
|
src/threads/CCLock
|
||||||
|
src/threads/CCSemaphore
|
||||||
|
src/threads/CCThread
|
||||||
|
src/threads/CCBlockingQueue
|
||||||
|
src/threads/CCTimer
|
||||||
|
src/unix/CCUnix
|
||||||
|
src/sexp/CCSexp
|
||||||
|
src/sexp/CCSexp_lex
|
||||||
|
# OASIS_STOP
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "1.2"
|
opam-version: "1.2"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "2.0"
|
version: "2.0+alpha1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
build: [
|
build: [
|
||||||
|
|
@ -30,3 +30,13 @@ doc: "https://c-cube.github.io/ocaml-containers"
|
||||||
available: [ocaml-version >= "4.02.0"]
|
available: [ocaml-version >= "4.02.0"]
|
||||||
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
|
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
|
||||||
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
||||||
|
post-messages: [
|
||||||
|
"Major release with some breaking changes in the API.
|
||||||
|
|
||||||
|
These changes belong to 3 categories:
|
||||||
|
- make `open Containers` replace polymorphic operators with monomorphic ones
|
||||||
|
- make most optional arguments relying on polymorphic operators mandatory
|
||||||
|
- improve consistency of printers
|
||||||
|
|
||||||
|
changelog: https://github.com/c-cube/ocaml-containers/blob/2.0+alpha1/CHANGELOG.adoc"
|
||||||
|
]
|
||||||
|
|
|
||||||
7
containers_advanced.odocl
Normal file
7
containers_advanced.odocl
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: c39cb4de2de5f975c95c1e05f9661ea6)
|
||||||
|
advanced/CCLinq
|
||||||
|
advanced/CCBatch
|
||||||
|
advanced/CCCat
|
||||||
|
advanced/CCMonadIO
|
||||||
|
# OASIS_STOP
|
||||||
6
containers_lwt.odocl
Normal file
6
containers_lwt.odocl
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: e7bd30038718864173f30ddcb755f758)
|
||||||
|
lwt/Behavior
|
||||||
|
lwt/Lwt_automaton
|
||||||
|
lwt/Lwt_actor
|
||||||
|
# OASIS_STOP
|
||||||
34
containers_misc.odocl
Normal file
34
containers_misc.odocl
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: df85a5182175d1029216007c66a27aa4)
|
||||||
|
misc/FHashtbl
|
||||||
|
misc/FlatHashtbl
|
||||||
|
misc/Hashset
|
||||||
|
misc/Heap
|
||||||
|
misc/LazyGraph
|
||||||
|
misc/PersistentGraph
|
||||||
|
misc/PHashtbl
|
||||||
|
misc/SkipList
|
||||||
|
misc/SplayTree
|
||||||
|
misc/SplayMap
|
||||||
|
misc/Univ
|
||||||
|
misc/Bij
|
||||||
|
misc/PiCalculus
|
||||||
|
misc/RAL
|
||||||
|
misc/UnionFind
|
||||||
|
misc/SmallSet
|
||||||
|
misc/AbsSet
|
||||||
|
misc/CSM
|
||||||
|
misc/TTree
|
||||||
|
misc/PrintBox
|
||||||
|
misc/HGraph
|
||||||
|
misc/Automaton
|
||||||
|
misc/Conv
|
||||||
|
misc/Bidir
|
||||||
|
misc/Iteratee
|
||||||
|
misc/BTree
|
||||||
|
misc/Ty
|
||||||
|
misc/Cause
|
||||||
|
misc/AVL
|
||||||
|
misc/ParseReact
|
||||||
|
misc/Mixtbl
|
||||||
|
# OASIS_STOP
|
||||||
5
containers_string.odocl
Normal file
5
containers_string.odocl
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: fae37ce560d3fa23ae92d95d4ecca210)
|
||||||
|
string/KMP
|
||||||
|
string/Levenshtein
|
||||||
|
# OASIS_STOP
|
||||||
87
core/META
Normal file
87
core/META
Normal file
|
|
@ -0,0 +1,87 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 29eba35d8937ec2340c27a97da9180a6)
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "bytes"
|
||||||
|
archive(byte) = "containers.cma"
|
||||||
|
archive(byte, plugin) = "containers.cma"
|
||||||
|
archive(native) = "containers.cmxa"
|
||||||
|
archive(native, plugin) = "containers.cmxs"
|
||||||
|
exists_if = "containers.cma"
|
||||||
|
package "thread" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers threads"
|
||||||
|
archive(byte) = "containers_thread.cma"
|
||||||
|
archive(byte, plugin) = "containers_thread.cma"
|
||||||
|
archive(native) = "containers_thread.cmxa"
|
||||||
|
archive(native, plugin) = "containers_thread.cmxs"
|
||||||
|
exists_if = "containers_thread.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "string" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
archive(byte) = "containers_string.cma"
|
||||||
|
archive(byte, plugin) = "containers_string.cma"
|
||||||
|
archive(native) = "containers_string.cmxa"
|
||||||
|
archive(native, plugin) = "containers_string.cmxs"
|
||||||
|
exists_if = "containers_string.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "pervasives" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers"
|
||||||
|
archive(byte) = "containers_pervasives.cma"
|
||||||
|
archive(byte, plugin) = "containers_pervasives.cma"
|
||||||
|
archive(native) = "containers_pervasives.cmxa"
|
||||||
|
archive(native, plugin) = "containers_pervasives.cmxs"
|
||||||
|
exists_if = "containers_pervasives.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "misc" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "unix containers"
|
||||||
|
archive(byte) = "containers_misc.cma"
|
||||||
|
archive(byte, plugin) = "containers_misc.cma"
|
||||||
|
archive(native) = "containers_misc.cmxa"
|
||||||
|
archive(native, plugin) = "containers_misc.cmxs"
|
||||||
|
exists_if = "containers_misc.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "lwt" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers lwt lwt.unix containers.misc"
|
||||||
|
archive(byte) = "containers_lwt.cma"
|
||||||
|
archive(byte, plugin) = "containers_lwt.cma"
|
||||||
|
archive(native) = "containers_lwt.cmxa"
|
||||||
|
archive(native, plugin) = "containers_lwt.cmxs"
|
||||||
|
exists_if = "containers_lwt.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "cgi" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers CamlGI"
|
||||||
|
archive(byte) = "containers_cgi.cma"
|
||||||
|
archive(byte, plugin) = "containers_cgi.cma"
|
||||||
|
archive(native) = "containers_cgi.cmxa"
|
||||||
|
archive(native, plugin) = "containers_cgi.cmxs"
|
||||||
|
exists_if = "containers_cgi.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "advanced" (
|
||||||
|
version = "0.6.1"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers"
|
||||||
|
archive(byte) = "containers_advanced.cma"
|
||||||
|
archive(byte, plugin) = "containers_advanced.cma"
|
||||||
|
archive(native) = "containers_advanced.cmxa"
|
||||||
|
archive(native, plugin) = "containers_advanced.cmxs"
|
||||||
|
exists_if = "containers_advanced.cma"
|
||||||
|
)
|
||||||
|
# OASIS_STOP
|
||||||
|
|
||||||
37
core/containers.mldylib
Normal file
37
core/containers.mldylib
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 8d84707fdc7358bdadca9b7202118243)
|
||||||
|
CCVector
|
||||||
|
CCDeque
|
||||||
|
CCGen
|
||||||
|
Gen_intf
|
||||||
|
CCSequence
|
||||||
|
CCFQueue
|
||||||
|
CCMultiMap
|
||||||
|
CCMultiSet
|
||||||
|
CCBV
|
||||||
|
CCPrint
|
||||||
|
CCPersistentHashtbl
|
||||||
|
CCError
|
||||||
|
CCHeap
|
||||||
|
CCList
|
||||||
|
CCOpt
|
||||||
|
CCPair
|
||||||
|
CCFun
|
||||||
|
CCHash
|
||||||
|
CCKList
|
||||||
|
CCInt
|
||||||
|
CCBool
|
||||||
|
CCFloat
|
||||||
|
CCArray
|
||||||
|
CCOrd
|
||||||
|
CCIO
|
||||||
|
CCRandom
|
||||||
|
CCKTree
|
||||||
|
CCTrie
|
||||||
|
CCString
|
||||||
|
CCHashtbl
|
||||||
|
CCFlatHashtbl
|
||||||
|
CCSexp
|
||||||
|
CCMap
|
||||||
|
CCCache
|
||||||
|
# OASIS_STOP
|
||||||
37
core/containers.mllib
Normal file
37
core/containers.mllib
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 8d84707fdc7358bdadca9b7202118243)
|
||||||
|
CCVector
|
||||||
|
CCDeque
|
||||||
|
CCGen
|
||||||
|
Gen_intf
|
||||||
|
CCSequence
|
||||||
|
CCFQueue
|
||||||
|
CCMultiMap
|
||||||
|
CCMultiSet
|
||||||
|
CCBV
|
||||||
|
CCPrint
|
||||||
|
CCPersistentHashtbl
|
||||||
|
CCError
|
||||||
|
CCHeap
|
||||||
|
CCList
|
||||||
|
CCOpt
|
||||||
|
CCPair
|
||||||
|
CCFun
|
||||||
|
CCHash
|
||||||
|
CCKList
|
||||||
|
CCInt
|
||||||
|
CCBool
|
||||||
|
CCFloat
|
||||||
|
CCArray
|
||||||
|
CCOrd
|
||||||
|
CCIO
|
||||||
|
CCRandom
|
||||||
|
CCKTree
|
||||||
|
CCTrie
|
||||||
|
CCString
|
||||||
|
CCHashtbl
|
||||||
|
CCFlatHashtbl
|
||||||
|
CCSexp
|
||||||
|
CCMap
|
||||||
|
CCCache
|
||||||
|
# OASIS_STOP
|
||||||
4
lwt/containers_lwt.mldylib
Normal file
4
lwt/containers_lwt.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: bc144ef7b5b54947fab9662a822f9179)
|
||||||
|
Containers_lwt
|
||||||
|
# OASIS_STOP
|
||||||
4
lwt/containers_lwt.mllib
Normal file
4
lwt/containers_lwt.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: bc144ef7b5b54947fab9662a822f9179)
|
||||||
|
Containers_lwt
|
||||||
|
# OASIS_STOP
|
||||||
6
lwt/containers_lwt.mlpack
Normal file
6
lwt/containers_lwt.mlpack
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 0522ffe492b9796ab336d55b925afe68)
|
||||||
|
Behavior
|
||||||
|
Lwt_automaton
|
||||||
|
Lwt_actor
|
||||||
|
# OASIS_STOP
|
||||||
4
misc/containers_misc.mldylib
Normal file
4
misc/containers_misc.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 2df0608accd158542ebcb00720cfe599)
|
||||||
|
Containers_misc
|
||||||
|
# OASIS_STOP
|
||||||
4
misc/containers_misc.mllib
Normal file
4
misc/containers_misc.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 2df0608accd158542ebcb00720cfe599)
|
||||||
|
Containers_misc
|
||||||
|
# OASIS_STOP
|
||||||
34
misc/containers_misc.mlpack
Normal file
34
misc/containers_misc.mlpack
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 5f2c8615af923cd3ff229b6d10c55bc8)
|
||||||
|
FHashtbl
|
||||||
|
FlatHashtbl
|
||||||
|
Hashset
|
||||||
|
Heap
|
||||||
|
LazyGraph
|
||||||
|
PersistentGraph
|
||||||
|
PHashtbl
|
||||||
|
SkipList
|
||||||
|
SplayTree
|
||||||
|
SplayMap
|
||||||
|
Univ
|
||||||
|
Bij
|
||||||
|
PiCalculus
|
||||||
|
RAL
|
||||||
|
UnionFind
|
||||||
|
SmallSet
|
||||||
|
AbsSet
|
||||||
|
CSM
|
||||||
|
TTree
|
||||||
|
PrintBox
|
||||||
|
HGraph
|
||||||
|
Automaton
|
||||||
|
Conv
|
||||||
|
Bidir
|
||||||
|
Iteratee
|
||||||
|
BTree
|
||||||
|
Ty
|
||||||
|
Cause
|
||||||
|
AVL
|
||||||
|
ParseReact
|
||||||
|
Mixtbl
|
||||||
|
# OASIS_STOP
|
||||||
4
pervasives/containers_pervasives.mldylib
Normal file
4
pervasives/containers_pervasives.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ea286cccf88f4c81c7b4627216807d4e)
|
||||||
|
CCPervasives
|
||||||
|
# OASIS_STOP
|
||||||
4
pervasives/containers_pervasives.mllib
Normal file
4
pervasives/containers_pervasives.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ea286cccf88f4c81c7b4627216807d4e)
|
||||||
|
CCPervasives
|
||||||
|
# OASIS_STOP
|
||||||
8
src/advanced/containers_advanced.mldylib
Normal file
8
src/advanced/containers_advanced.mldylib
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: b0f5a3a0b7428f165d73d9e621998219)
|
||||||
|
Containers_advanced
|
||||||
|
CCLinq
|
||||||
|
CCBatch
|
||||||
|
CCCat
|
||||||
|
CCMonadIO
|
||||||
|
# OASIS_STOP
|
||||||
8
src/advanced/containers_advanced.mllib
Normal file
8
src/advanced/containers_advanced.mllib
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: b0f5a3a0b7428f165d73d9e621998219)
|
||||||
|
Containers_advanced
|
||||||
|
CCLinq
|
||||||
|
CCBatch
|
||||||
|
CCCat
|
||||||
|
CCMonadIO
|
||||||
|
# OASIS_STOP
|
||||||
5
src/bigarray/containers_bigarray.mldylib
Normal file
5
src/bigarray/containers_bigarray.mldylib
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 4901abd33a2dfcf115ddeffb93e1186e)
|
||||||
|
CCBigstring
|
||||||
|
CCArray1
|
||||||
|
# OASIS_STOP
|
||||||
5
src/bigarray/containers_bigarray.mllib
Normal file
5
src/bigarray/containers_bigarray.mllib
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 4901abd33a2dfcf115ddeffb93e1186e)
|
||||||
|
CCBigstring
|
||||||
|
CCArray1
|
||||||
|
# OASIS_STOP
|
||||||
77
src/core/META
Normal file
77
src/core/META
Normal file
|
|
@ -0,0 +1,77 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 6fc8b50f808e0788951f153fb45868c5)
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "bytes result"
|
||||||
|
archive(byte) = "containers.cma"
|
||||||
|
archive(byte, plugin) = "containers.cma"
|
||||||
|
archive(native) = "containers.cmxa"
|
||||||
|
archive(native, plugin) = "containers.cmxs"
|
||||||
|
exists_if = "containers.cma"
|
||||||
|
package "unix" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "bytes result unix"
|
||||||
|
archive(byte) = "containers_unix.cma"
|
||||||
|
archive(byte, plugin) = "containers_unix.cma"
|
||||||
|
archive(native) = "containers_unix.cmxa"
|
||||||
|
archive(native, plugin) = "containers_unix.cmxs"
|
||||||
|
exists_if = "containers_unix.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "top" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires =
|
||||||
|
"compiler-libs.common containers containers.data containers.unix containers.sexp containers.iter"
|
||||||
|
archive(byte) = "containers_top.cma"
|
||||||
|
archive(byte, plugin) = "containers_top.cma"
|
||||||
|
archive(native) = "containers_top.cmxa"
|
||||||
|
archive(native, plugin) = "containers_top.cmxs"
|
||||||
|
exists_if = "containers_top.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "thread" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "containers threads"
|
||||||
|
archive(byte) = "containers_thread.cma"
|
||||||
|
archive(byte, plugin) = "containers_thread.cma"
|
||||||
|
archive(native) = "containers_thread.cmxa"
|
||||||
|
archive(native, plugin) = "containers_thread.cmxs"
|
||||||
|
exists_if = "containers_thread.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "sexp" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "bytes result"
|
||||||
|
archive(byte) = "containers_sexp.cma"
|
||||||
|
archive(byte, plugin) = "containers_sexp.cma"
|
||||||
|
archive(native) = "containers_sexp.cmxa"
|
||||||
|
archive(native, plugin) = "containers_sexp.cmxs"
|
||||||
|
exists_if = "containers_sexp.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "iter" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
archive(byte) = "containers_iter.cma"
|
||||||
|
archive(byte, plugin) = "containers_iter.cma"
|
||||||
|
archive(native) = "containers_iter.cmxa"
|
||||||
|
archive(native, plugin) = "containers_iter.cmxs"
|
||||||
|
exists_if = "containers_iter.cma"
|
||||||
|
)
|
||||||
|
|
||||||
|
package "data" (
|
||||||
|
version = "1.5.2"
|
||||||
|
description = "A modular standard library focused on data structures."
|
||||||
|
requires = "bytes"
|
||||||
|
archive(byte) = "containers_data.cma"
|
||||||
|
archive(byte, plugin) = "containers_data.cma"
|
||||||
|
archive(native) = "containers_data.cmxa"
|
||||||
|
archive(native, plugin) = "containers_data.cmxs"
|
||||||
|
exists_if = "containers_data.cma"
|
||||||
|
)
|
||||||
|
# OASIS_STOP
|
||||||
|
|
||||||
32
src/core/containers.mldylib
Normal file
32
src/core/containers.mldylib
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: c777330f5cf164f02058ae02e3afa987)
|
||||||
|
CCVector
|
||||||
|
CCHeap
|
||||||
|
CCList
|
||||||
|
CCOpt
|
||||||
|
CCPair
|
||||||
|
CCFun
|
||||||
|
CCHash
|
||||||
|
CCInt
|
||||||
|
CCBool
|
||||||
|
CCFloat
|
||||||
|
CCArray
|
||||||
|
CCRef
|
||||||
|
CCSet
|
||||||
|
CCOrd
|
||||||
|
CCRandom
|
||||||
|
CCString
|
||||||
|
CCHashtbl
|
||||||
|
CCMap
|
||||||
|
CCFormat
|
||||||
|
CCIO
|
||||||
|
CCInt64
|
||||||
|
CCChar
|
||||||
|
CCResult
|
||||||
|
CCParse
|
||||||
|
CCArray_slice
|
||||||
|
CCListLabels
|
||||||
|
CCArrayLabels
|
||||||
|
CCEqual
|
||||||
|
Containers
|
||||||
|
# OASIS_STOP
|
||||||
32
src/core/containers.mllib
Normal file
32
src/core/containers.mllib
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: c777330f5cf164f02058ae02e3afa987)
|
||||||
|
CCVector
|
||||||
|
CCHeap
|
||||||
|
CCList
|
||||||
|
CCOpt
|
||||||
|
CCPair
|
||||||
|
CCFun
|
||||||
|
CCHash
|
||||||
|
CCInt
|
||||||
|
CCBool
|
||||||
|
CCFloat
|
||||||
|
CCArray
|
||||||
|
CCRef
|
||||||
|
CCSet
|
||||||
|
CCOrd
|
||||||
|
CCRandom
|
||||||
|
CCString
|
||||||
|
CCHashtbl
|
||||||
|
CCMap
|
||||||
|
CCFormat
|
||||||
|
CCIO
|
||||||
|
CCInt64
|
||||||
|
CCChar
|
||||||
|
CCResult
|
||||||
|
CCParse
|
||||||
|
CCArray_slice
|
||||||
|
CCListLabels
|
||||||
|
CCArrayLabels
|
||||||
|
CCEqual
|
||||||
|
Containers
|
||||||
|
# OASIS_STOP
|
||||||
28
src/data/containers_data.mldylib
Normal file
28
src/data/containers_data.mldylib
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: d1bab4c4f6793f682baaf28f0865fa42)
|
||||||
|
CCMultiMap
|
||||||
|
CCMultiSet
|
||||||
|
CCTrie
|
||||||
|
CCFlatHashtbl
|
||||||
|
CCCache
|
||||||
|
CCPersistentHashtbl
|
||||||
|
CCDeque
|
||||||
|
CCFQueue
|
||||||
|
CCBV
|
||||||
|
CCMixtbl
|
||||||
|
CCMixmap
|
||||||
|
CCRingBuffer
|
||||||
|
CCIntMap
|
||||||
|
CCPersistentArray
|
||||||
|
CCMixset
|
||||||
|
CCGraph
|
||||||
|
CCHashSet
|
||||||
|
CCBitField
|
||||||
|
CCHashTrie
|
||||||
|
CCWBTree
|
||||||
|
CCRAL
|
||||||
|
CCSimple_queue
|
||||||
|
CCImmutArray
|
||||||
|
CCHet
|
||||||
|
CCZipper
|
||||||
|
# OASIS_STOP
|
||||||
28
src/data/containers_data.mllib
Normal file
28
src/data/containers_data.mllib
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: d1bab4c4f6793f682baaf28f0865fa42)
|
||||||
|
CCMultiMap
|
||||||
|
CCMultiSet
|
||||||
|
CCTrie
|
||||||
|
CCFlatHashtbl
|
||||||
|
CCCache
|
||||||
|
CCPersistentHashtbl
|
||||||
|
CCDeque
|
||||||
|
CCFQueue
|
||||||
|
CCBV
|
||||||
|
CCMixtbl
|
||||||
|
CCMixmap
|
||||||
|
CCRingBuffer
|
||||||
|
CCIntMap
|
||||||
|
CCPersistentArray
|
||||||
|
CCMixset
|
||||||
|
CCGraph
|
||||||
|
CCHashSet
|
||||||
|
CCBitField
|
||||||
|
CCHashTrie
|
||||||
|
CCWBTree
|
||||||
|
CCRAL
|
||||||
|
CCSimple_queue
|
||||||
|
CCImmutArray
|
||||||
|
CCHet
|
||||||
|
CCZipper
|
||||||
|
# OASIS_STOP
|
||||||
4
src/io/containers_io.mldylib
Normal file
4
src/io/containers_io.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 9573c9c3109b1d53a61739444853a7b2)
|
||||||
|
Containers_io_is_deprecated
|
||||||
|
# OASIS_STOP
|
||||||
4
src/io/containers_io.mllib
Normal file
4
src/io/containers_io.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 9573c9c3109b1d53a61739444853a7b2)
|
||||||
|
Containers_io_is_deprecated
|
||||||
|
# OASIS_STOP
|
||||||
6
src/iter/containers_iter.mldylib
Normal file
6
src/iter/containers_iter.mldylib
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 158a5d6029014525d6b1b1c6dc6c848a)
|
||||||
|
CCKTree
|
||||||
|
CCKList
|
||||||
|
CCLazy_list
|
||||||
|
# OASIS_STOP
|
||||||
6
src/iter/containers_iter.mllib
Normal file
6
src/iter/containers_iter.mllib
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 158a5d6029014525d6b1b1c6dc6c848a)
|
||||||
|
CCKTree
|
||||||
|
CCKList
|
||||||
|
CCLazy_list
|
||||||
|
# OASIS_STOP
|
||||||
4
src/lwt/containers_lwt.mldylib
Normal file
4
src/lwt/containers_lwt.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: bc144ef7b5b54947fab9662a822f9179)
|
||||||
|
Containers_lwt
|
||||||
|
# OASIS_STOP
|
||||||
4
src/lwt/containers_lwt.mllib
Normal file
4
src/lwt/containers_lwt.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: bc144ef7b5b54947fab9662a822f9179)
|
||||||
|
Containers_lwt
|
||||||
|
# OASIS_STOP
|
||||||
7
src/lwt/containers_lwt.mlpack
Normal file
7
src/lwt/containers_lwt.mlpack
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 41ca039f453c9bf865bafe93b638ae8a)
|
||||||
|
Lwt_automaton
|
||||||
|
Lwt_actor
|
||||||
|
Lwt_klist
|
||||||
|
Lwt_pipe
|
||||||
|
# OASIS_STOP
|
||||||
4
src/misc/containers_misc.mldylib
Normal file
4
src/misc/containers_misc.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 2df0608accd158542ebcb00720cfe599)
|
||||||
|
Containers_misc
|
||||||
|
# OASIS_STOP
|
||||||
4
src/misc/containers_misc.mllib
Normal file
4
src/misc/containers_misc.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 2df0608accd158542ebcb00720cfe599)
|
||||||
|
Containers_misc
|
||||||
|
# OASIS_STOP
|
||||||
18
src/misc/containers_misc.mlpack
Normal file
18
src/misc/containers_misc.mlpack
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: a0730df368ed19a3b181d80ccf7985b6)
|
||||||
|
AbsSet
|
||||||
|
Automaton
|
||||||
|
Bij
|
||||||
|
CSM
|
||||||
|
Hashset
|
||||||
|
LazyGraph
|
||||||
|
PHashtbl
|
||||||
|
PrintBox
|
||||||
|
RAL
|
||||||
|
RoseTree
|
||||||
|
SmallSet
|
||||||
|
UnionFind
|
||||||
|
Univ
|
||||||
|
Puf
|
||||||
|
Backtrack
|
||||||
|
# OASIS_STOP
|
||||||
4
src/pervasives/containers_pervasives.mldylib
Normal file
4
src/pervasives/containers_pervasives.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ea286cccf88f4c81c7b4627216807d4e)
|
||||||
|
CCPervasives
|
||||||
|
# OASIS_STOP
|
||||||
4
src/pervasives/containers_pervasives.mllib
Normal file
4
src/pervasives/containers_pervasives.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ea286cccf88f4c81c7b4627216807d4e)
|
||||||
|
CCPervasives
|
||||||
|
# OASIS_STOP
|
||||||
5
src/sexp/containers_sexp.mldylib
Normal file
5
src/sexp/containers_sexp.mldylib
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 4640171b5c1e230fed61988875c62e8d)
|
||||||
|
CCSexp
|
||||||
|
CCSexp_lex
|
||||||
|
# OASIS_STOP
|
||||||
5
src/sexp/containers_sexp.mllib
Normal file
5
src/sexp/containers_sexp.mllib
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 4640171b5c1e230fed61988875c62e8d)
|
||||||
|
CCSexp
|
||||||
|
CCSexp_lex
|
||||||
|
# OASIS_STOP
|
||||||
8
src/string/containers_string.mldylib
Normal file
8
src/string/containers_string.mldylib
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: b0d9848489c9eaabded92f7c9fec3073)
|
||||||
|
Containers_string
|
||||||
|
CCKMP
|
||||||
|
CCLevenshtein
|
||||||
|
CCApp_parse
|
||||||
|
CCParse
|
||||||
|
# OASIS_STOP
|
||||||
8
src/string/containers_string.mllib
Normal file
8
src/string/containers_string.mllib
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: b0d9848489c9eaabded92f7c9fec3073)
|
||||||
|
Containers_string
|
||||||
|
CCKMP
|
||||||
|
CCLevenshtein
|
||||||
|
CCApp_parse
|
||||||
|
CCParse
|
||||||
|
# OASIS_STOP
|
||||||
9
src/threads/containers_thread.mldylib
Normal file
9
src/threads/containers_thread.mldylib
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 5cf3cd134d141ea5acafb464c2b3e927)
|
||||||
|
CCPool
|
||||||
|
CCLock
|
||||||
|
CCSemaphore
|
||||||
|
CCThread
|
||||||
|
CCBlockingQueue
|
||||||
|
CCTimer
|
||||||
|
# OASIS_STOP
|
||||||
9
src/threads/containers_thread.mllib
Normal file
9
src/threads/containers_thread.mllib
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 5cf3cd134d141ea5acafb464c2b3e927)
|
||||||
|
CCPool
|
||||||
|
CCLock
|
||||||
|
CCSemaphore
|
||||||
|
CCThread
|
||||||
|
CCBlockingQueue
|
||||||
|
CCTimer
|
||||||
|
# OASIS_STOP
|
||||||
4
src/top/containers_top.mldylib
Normal file
4
src/top/containers_top.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 06c9d81e0a532aa96d3f60ef4ed7045d)
|
||||||
|
Containers_top
|
||||||
|
# OASIS_STOP
|
||||||
4
src/top/containers_top.mllib
Normal file
4
src/top/containers_top.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: 06c9d81e0a532aa96d3f60ef4ed7045d)
|
||||||
|
Containers_top
|
||||||
|
# OASIS_STOP
|
||||||
4
src/unix/containers_unix.mldylib
Normal file
4
src/unix/containers_unix.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: cc54fa6ddd5d32bdf577cb187f4cf07c)
|
||||||
|
CCUnix
|
||||||
|
# OASIS_STOP
|
||||||
4
src/unix/containers_unix.mllib
Normal file
4
src/unix/containers_unix.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: cc54fa6ddd5d32bdf577cb187f4cf07c)
|
||||||
|
CCUnix
|
||||||
|
# OASIS_STOP
|
||||||
4
string/containers_string.mldylib
Normal file
4
string/containers_string.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: c89cc456e050edff914368d7fbea4eca)
|
||||||
|
Containers_string
|
||||||
|
# OASIS_STOP
|
||||||
4
string/containers_string.mllib
Normal file
4
string/containers_string.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: c89cc456e050edff914368d7fbea4eca)
|
||||||
|
Containers_string
|
||||||
|
# OASIS_STOP
|
||||||
5
string/containers_string.mlpack
Normal file
5
string/containers_string.mlpack
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: eed887f169b0c8e02f98f97c676f846c)
|
||||||
|
KMP
|
||||||
|
Levenshtein
|
||||||
|
# OASIS_STOP
|
||||||
4
threads/containers_thread.mldylib
Normal file
4
threads/containers_thread.mldylib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ede75f11c3857d71e591f7b889f4d09d)
|
||||||
|
CCFuture
|
||||||
|
# OASIS_STOP
|
||||||
4
threads/containers_thread.mllib
Normal file
4
threads/containers_thread.mllib
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# OASIS_START
|
||||||
|
# DO NOT EDIT (digest: ede75f11c3857d71e591f7b889f4d09d)
|
||||||
|
CCFuture
|
||||||
|
# OASIS_STOP
|
||||||
Loading…
Add table
Reference in a new issue