File: libuv.pc.in

package info (click to toggle)
python-gevent 1.3.7-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 18,304 kB
  • sloc: python: 128,946; ansic: 66,472; sh: 12,808; makefile: 1,634; awk: 18
file content (12 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@

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}