There are (for example) three dynamic libraries that is files
libxx.so
,libyy.so
, andlibzz.so
(or.dll
filesxx.dll
,yy.dll
, andzz.dll
on Windows).What do you call the collection of all three files (as well the entire source code from which the three files are generated)? It is commonly called library, but to say “the library consisting of three libraries” is so to say inconvenient.
Also note that every library may consist of several modules.
Answer
Depending on their relationship with one another and their completeness-of-purpose, you may be able to use the word framework.
framework noun
frame·work | \ˈfrām-ˌwərk \
Definition of framework
1a : a basic conceptional structure (as of ideas)
the framework of the U.S. Constitution
These influences threaten the very framework of our society.
b : a skeletal, openwork, or structural frame
An iron framework surrounds the sculpture.
2 : FRAME OF REFERENCE
3 : the larger branches of a tree that determine its shape
https://www.merriam-webster.com/dictionary/framework
Attribution
Source : Link , Question Author : porton , Answer Author : Ian MacDonald