1
- .. There is currently no built-in support for libraries or frameworks for C/C++.
1
+ C and C++ built-in support
2
+ ================================
3
+
4
+ .. csv-table ::
5
+ :header-rows: 1
6
+ :class: fullWidthTable
7
+ :widths: auto
8
+
9
+ Name, Category
10
+ `Bloomberg Standard Library <https://github.com/bloomberg/bde >`__, xxx
11
+ `Berkeley socket API library <https://en.wikipedia.org/wiki/Berkeley_sockets#Socket_API_functions >`__, API library
12
+ string.h, xxx
2
13
3
14
C# built-in support
4
15
================================
@@ -78,6 +89,8 @@ Java built-in support
78
89
:widths: auto
79
90
80
91
Name, Category
92
+ Apache Commons, Language library (?)
93
+ Guava, xxx
81
94
Hibernate, Database
82
95
iBatis / MyBatis, Database
83
96
Java Persistence API (JPA), Database
@@ -102,28 +115,37 @@ JavaScript and TypeScript built-in support
102
115
Name, Category
103
116
angular (modern version), HTML framework
104
117
angular.js (legacy version), HTML framework
118
+ apollo-link-http, xxx
105
119
axios, Network communicator
106
120
browser, Runtime environment
107
121
electron, Runtime environment
108
122
express, Server
123
+ Formik
109
124
hapi, Server
125
+ Immutable.js, xxx
110
126
jquery, Utility library
111
127
koa, Server
112
128
lodash, Utility library
129
+ marked, xxx
113
130
mongodb, Database
114
131
mssql, Database
132
+ Multer, xxx
115
133
mysql, Database
116
134
node, Runtime environment
117
135
postgres, Database
136
+ pug, xxx
118
137
ramda, Utility library
119
138
react, HTML framework
139
+ react-helmet, xxx
120
140
request, Network communicator
121
141
sequelize, Database
122
142
socket.io, Network communicator
123
143
sqlite3, Database
124
144
superagent, Network communicator
125
145
underscore, Utility library
126
146
vue, HTML framework
147
+ vue-router, xxx
148
+ xml2js, xxx
127
149
128
150
129
151
0 commit comments