|
| 1 | +Source: scitokens-cpp |
| 2 | +Section: science |
| 3 | +Priority: optional |
| 4 | +Maintainer: Tim Theisen <tim@cs.wisc.edu> |
| 5 | +Build-Depends: |
| 6 | + cmake (>=2.6), |
| 7 | + debhelper (>=9), |
| 8 | + libcurl4-openssl-dev | libcurl4-gnutls-dev, |
| 9 | + libsqlite3-dev, |
| 10 | + libssl-dev, |
| 11 | + pkg-config, |
| 12 | + uuid-dev |
| 13 | +Standards-Version: 3.9.8 |
| 14 | +Homepage: https://github.com/scitokens/scitokens-cpp |
| 15 | + |
| 16 | +Package: libscitokens0 |
| 17 | +Section: libs |
| 18 | +Architecture: any |
| 19 | +Multi-Arch: same |
| 20 | +Pre-Depends: ${misc:Pre-Depends} |
| 21 | +Depends: ${misc:Depends}, ${shlibs:Depends} |
| 22 | +Description: C++ Implementation of the SciTokens Library |
| 23 | + SciTokens provide a token format for distributed authorization |
| 24 | + The tokens are self-describing, can be verified in a distributed fashion |
| 25 | + (no need to contact the issuer to determine if the token is valid). |
| 26 | + This is convenient for a federated environment where several |
| 27 | + otherwise-independent storage endpoints want to delegate trust for |
| 28 | + an issuer for managing a storage allocation. |
| 29 | + |
| 30 | +Package: libscitokens-dev |
| 31 | +Section: libdevel |
| 32 | +Architecture: any |
| 33 | +Multi-Arch: same |
| 34 | +Depends: libscitokens0 (= ${binary:Version}), ${misc:Depends} |
| 35 | +Description: Header files for the libscitokens public interfaces |
| 36 | + SciTokens provide a token format for distributed authorization. |
| 37 | + The tokens are self-describing, can be verified in a distributed fashion |
| 38 | + (no need to contact the issuer to determine if the token is valid). |
| 39 | + This is convenient for a federated environment where several |
| 40 | + otherwise-independent storage endpoints want to delegate trust for |
| 41 | + an issuer for managing a storage allocation. |
0 commit comments