11cb0ef41Sopenharmony_ci# nghttp2 - HTTP/2 C Library 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ci# Copyright (c) 2012, 2013 Tatsuhiro Tsujikawa 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci# Permission is hereby granted, free of charge, to any person obtaining 61cb0ef41Sopenharmony_ci# a copy of this software and associated documentation files (the 71cb0ef41Sopenharmony_ci# "Software"), to deal in the Software without restriction, including 81cb0ef41Sopenharmony_ci# without limitation the rights to use, copy, modify, merge, publish, 91cb0ef41Sopenharmony_ci# distribute, sublicense, and/or sell copies of the Software, and to 101cb0ef41Sopenharmony_ci# permit persons to whom the Software is furnished to do so, subject to 111cb0ef41Sopenharmony_ci# the following conditions: 121cb0ef41Sopenharmony_ci 131cb0ef41Sopenharmony_ci# The above copyright notice and this permission notice shall be 141cb0ef41Sopenharmony_ci# included in all copies or substantial portions of the Software. 151cb0ef41Sopenharmony_ci 161cb0ef41Sopenharmony_ci# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 171cb0ef41Sopenharmony_ci# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 181cb0ef41Sopenharmony_ci# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 191cb0ef41Sopenharmony_ci# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 201cb0ef41Sopenharmony_ci# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 211cb0ef41Sopenharmony_ci# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 221cb0ef41Sopenharmony_ci# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 231cb0ef41Sopenharmony_ciprefix=@prefix@ 241cb0ef41Sopenharmony_ciexec_prefix=@exec_prefix@ 251cb0ef41Sopenharmony_cilibdir=@libdir@ 261cb0ef41Sopenharmony_ciincludedir=@includedir@ 271cb0ef41Sopenharmony_ci 281cb0ef41Sopenharmony_ciName: libnghttp2 291cb0ef41Sopenharmony_ciDescription: HTTP/2 C library 301cb0ef41Sopenharmony_ciURL: https://github.com/tatsuhiro-t/nghttp2 311cb0ef41Sopenharmony_ciVersion: @VERSION@ 321cb0ef41Sopenharmony_ciLibs: -L${libdir} -lnghttp2 331cb0ef41Sopenharmony_ciCflags: -I${includedir} 34