Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • message_split
  • meson
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
40 results

opendht.pc.in

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    opendht.pc.in 283 B
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    Name: OpenDHT
    Description: C++ Distributed Hash Table library
    Version: @VERSION@
    Libs: -L${libdir} -lopendht
    Libs.private: -lpthread
    Requires.private: gnutls >= 3.1@argon2_lib@
    Cflags: -I${includedir}