libnghttp2-sys 0.1.13+1.68.1

FFI bindings for libnghttp2 (nghttp2)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "3.8"
services:
  test:
    build:
      context: .
    command: sh -c 'rake deep_clean && rake -m test:run:serial'
    environment:
      - MRUBY_CONFIG=ci/gcc-clang
      - CC=gcc
      - CXX=g++
      - LD=gcc
      - SKIP=check-executables-have-shebangs
    working_dir: /app