File: libuv.pc.in

package info (click to toggle)
libuv1 1.52.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,812 kB
  • sloc: ansic: 75,557; makefile: 676; python: 189; sh: 51; javascript: 18
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@

Name: libuv
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/

Libs: -L${libdir} -luv @LIBS@
Cflags: -I${includedir}