libmoq 0.3.6

Media over QUIC, C bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Paths are relative to this .pc file so the raw `cargo build` target tree is
# usable directly (e.g. PKG_CONFIG_PATH=target/lib/pkgconfig). The staticlib
# lives in the profile dir (target/<profile>/), the header in target/include/.
# Packagers that relocate into a conventional lib/+include/ layout rewrite
# libdir; see nix/overlay.nix.
libdir=${pcfiledir}/../../@PROFILE@
includedir=${pcfiledir}/../../include

Name: moq
Description: Media over QUIC C Interface
Version: @VERSION@
Libs: -L${libdir} -lmoq
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}