diff options
Diffstat (limited to 'devel/glaze/pkg-plist')
-rw-r--r-- | devel/glaze/pkg-plist | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index bf9af46d7850..062b0d34b2e9 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -35,11 +35,15 @@ include/glaze/compare/approx.hpp include/glaze/compare/compare.hpp include/glaze/concepts/container_concepts.hpp include/glaze/containers/flat_map.hpp +include/glaze/containers/inplace_vector.hpp include/glaze/core/array_apply.hpp +include/glaze/core/cast.hpp include/glaze/core/common.hpp +include/glaze/core/constraint.hpp include/glaze/core/context.hpp include/glaze/core/convert_struct.hpp include/glaze/core/custom.hpp +include/glaze/core/error_category.hpp include/glaze/core/feature_test.hpp include/glaze/core/manage.hpp include/glaze/core/meta.hpp @@ -104,11 +108,21 @@ include/glaze/json/skip.hpp include/glaze/json/study.hpp include/glaze/json/wrappers.hpp include/glaze/json/write.hpp +include/glaze/net/cors.hpp +include/glaze/net/http.hpp +include/glaze/net/http_client.hpp +include/glaze/net/http_router.hpp +include/glaze/net/http_server.hpp +include/glaze/net/openapi.hpp +include/glaze/net/rest_registry_impl.hpp +include/glaze/net/websocket_connection.hpp include/glaze/record/recorder.hpp include/glaze/reflection/get_name.hpp include/glaze/reflection/to_tuple.hpp +include/glaze/rpc/registry.hpp include/glaze/rpc/repe/header.hpp -include/glaze/rpc/repe/registry.hpp +include/glaze/rpc/repe/repe.hpp +include/glaze/rpc/repe/repe_registry_impl.hpp include/glaze/stencil/stencil.hpp include/glaze/stencil/stencilcount.hpp include/glaze/thread/async.hpp @@ -121,6 +135,7 @@ include/glaze/thread/shared_async_vector.hpp include/glaze/thread/threadpool.hpp include/glaze/thread/value_proxy.hpp include/glaze/toml.hpp +include/glaze/toml/read.hpp include/glaze/toml/write.hpp include/glaze/trace/trace.hpp include/glaze/tuplet/tuple.hpp |