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
213
314C# built-in support
415================================
@@ -78,6 +89,8 @@ Java built-in support
7889 :widths: auto
7990
8091 Name, Category
92+ Apache Commons, Language library (?)
93+ Guava, xxx
8194 Hibernate, Database
8295 iBatis / MyBatis, Database
8396 Java Persistence API (JPA), Database
@@ -102,28 +115,37 @@ JavaScript and TypeScript built-in support
102115 Name, Category
103116 angular (modern version), HTML framework
104117 angular.js (legacy version), HTML framework
118+ apollo-link-http, xxx
105119 axios, Network communicator
106120 browser, Runtime environment
107121 electron, Runtime environment
108122 express, Server
123+ Formik
109124 hapi, Server
125+ Immutable.js, xxx
110126 jquery, Utility library
111127 koa, Server
112128 lodash, Utility library
129+ marked, xxx
113130 mongodb, Database
114131 mssql, Database
132+ Multer, xxx
115133 mysql, Database
116134 node, Runtime environment
117135 postgres, Database
136+ pug, xxx
118137 ramda, Utility library
119138 react, HTML framework
139+ react-helmet, xxx
120140 request, Network communicator
121141 sequelize, Database
122142 socket.io, Network communicator
123143 sqlite3, Database
124144 superagent, Network communicator
125145 underscore, Utility library
126146 vue, HTML framework
147+ vue-router, xxx
148+ xml2js, xxx
127149
128150
129151
0 commit comments