-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME_EN.txt
More file actions
78 lines (68 loc) · 2.39 KB
/
README_EN.txt
File metadata and controls
78 lines (68 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
* README_EN.txt
* 2025.02.06
* bittools
1. DESCRIPTION
2. REPOSITORIES
3. CATALOG CONTENT DESCRIPTION
4. DEPENDENCIES
5. EXTERNALS
6. AUTHOR
-------------------------------------------------------------------------------
1. DESCRIPTION
-------------------------------------------------------------------------------
Utilities for operations over bit stream files.
-------------------------------------------------------------------------------
2. REPOSITORIES
-------------------------------------------------------------------------------
Primary:
* https://github.com/andry81/bittools/branches
https://github.com/andry81/bittools.git
First mirror:
* https://sf.net/p/bittools/bittools/ci/master/tree
https://git.code.sf.net/p/bittools/bittools
Second mirror:
* https://gitlab.com/andry81/bittools/-/branches
https://gitlab.com/andry81/bittools.git
-------------------------------------------------------------------------------
3. CATALOG CONTENT DESCRIPTION
-------------------------------------------------------------------------------
<root>
|
+- /`.log`
| #
| # Log files directory, where does store all log files from all scripts
| # including all nested projects.
|
+- /`_externals`
| #
| # Immediate external repositories catalog.
|
+- /`_config`
| | #
| | # Directory with input configuration files.
| |
| +- `config.system.vars.in`
| #
| # Template file with system set of environment variables
| # designed to be stored in a version control system.
|
+- /`_out`
| #
| # Output directory for all files.
|
+- /`src`
#
# Source files.
-------------------------------------------------------------------------------
4. DEPENDENCIES
-------------------------------------------------------------------------------
See in `README_EN.deps.txt` file of this project and all dependent.
-------------------------------------------------------------------------------
5. EXTERNALS
-------------------------------------------------------------------------------
See details in `README_EN.txt` in `externals` project:
https://github.com/andry81/externals
-------------------------------------------------------------------------------
6. AUTHOR
-------------------------------------------------------------------------------
Andrey Dibrov (andry at inbox dot ru)