control 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Source: v2ray-core
  2. Section: net
  3. Priority: optional
  4. Maintainer: ymshenyu <ymshenyu@gmail.com>
  5. Build-Depends: debhelper-compat (= 12),
  6. dh-golang,
  7. Standards-Version: 4.5.0
  8. Homepage: https://github.com/v2fly/v2ray-core
  9. #Vcs-Browser: https://salsa.debian.org/debian/v2ray-core
  10. #Vcs-Git: https://salsa.debian.org/debian/v2ray-core.git
  11. Rules-Requires-Root: no
  12. XS-Go-Import-Path: github.com/v2fly/v2ray-core/v5
  13. Package: v2ray
  14. Architecture: any
  15. Depends: ${shlibs:Depends}, ${misc:Depends}
  16. Recommends: v2ray-domain-list-community,
  17. v2ray-geoip,
  18. v2ray-geoip-only-cn-private
  19. Description: Library platform for building proxies in golang
  20. Project V2Ray is a set of network tools that help you to build your
  21. own computer network. It secures your network connections and thus
  22. protects your privacy.
  23. Package: v2ray-domain-list-community
  24. Architecture: any
  25. Depends: ${shlibs:Depends}, ${misc:Depends}
  26. Description: Library platform for building proxies in golang (routing file)
  27. Project V2Ray is a set of network tools that help you to build your
  28. own computer network. It secures your network connections and thus
  29. protects your privacy.
  30. Package: v2ray-geoip
  31. Architecture: any
  32. Depends: ${shlibs:Depends}, ${misc:Depends}
  33. Description: Library platform for building proxies in golang (routing file)
  34. Project V2Ray is a set of network tools that help you to build your
  35. own computer network. It secures your network connections and thus
  36. protects your privacy.
  37. Package: v2ray-geoip-only-cn-private
  38. Architecture: any
  39. Depends: ${shlibs:Depends}, ${misc:Depends}
  40. Description: Library platform for building proxies in golang (routing file)
  41. Project V2Ray is a set of network tools that help you to build your
  42. own computer network. It secures your network connections and thus
  43. protects your privacy.