FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api-client/cs_api_client.opam at main · cryptosense/api-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cryptosense
/
api-client
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
api-client
/
cs_api_client.opam
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 899 Bytes
Breadcrumbs
api-client
/
cs_api_client.opam
Copy path
File metadata and controls
31 lines (31 loc) · 899 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
opam-version: "2.0"
maintainer: ["Cryptosense <opensource@cryptosense.com>"]
authors: ["Cryptosense <opensource@cryptosense.com>"]
homepage: "https://github.com/cryptosense/api-client"
bug-reports: "https://github.com/cryptosense/api-client/issues"
license: "BSD-2-Clause"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
run-test: [
["dune" "runtest" "-p" name "-j" jobs]
]
depends: [
"alcotest" {with-test}
"base64"
"cmdliner" {>= "1.2.0"}
"containers" {>= "3.6"}
"dune" {>= "2.7.0"}
"fmt" {>= "0.11.0"}
"logs" {>= "0.7.0"}
"lwt" {< "5.9.0"} # For compilation on CentOS 7
"lwt_ppx"
"ocaml" {>= "4.14.0"}
"ocamlformat" {= "0.25.1" & with-dev-setup}
"ocurl" {< "0.9.2"} # For compilation with old libcurl
"ppx_deriving"
"terminal_size" {>= "0.2.0"} # For compilation on Windows
"yojson"
]
synopsis: "Utilities for the Cryptosense API"
Back
|
FazBrowse Home
|
New Git URL