-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
blink.opam
43 lines (43 loc) · 1.04 KB
/
blink.opam
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
32
33
34
35
36
37
38
39
40
41
42
43
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"]
authors: ["Leandro Ostera <leandro@abstractmachines.dev>"]
license: "MIT"
tags: ["http" "client" "http client" "riot" "multicore"]
homepage: "https://github.com/suri-framework/blink"
bug-reports: "https://github.com/suri-framework/blink/issues"
depends: [
"angstrom" {>= "0.15.0"}
"castore" {>= "0.0.2"}
"digestif"
"bitstring"
"httpaf"
"ppx_bitstring"
"cohttp" {>= "5.3.0"}
"faraday" {>= "0.8.2"}
"http" {>= "6.0.0~alpha2"}
"mdx" {with-test & >= "2.3.1"}
"mirage-crypto-rng" {>= "0.11.2"}
"ocaml" {>= "5.1"}
"odoc" {with-doc & >= "2.2.2"}
"riot" {>= "0.0.8"}
"x509" {>= "0.16.5"}
"dune" {>= "3.11"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/suri-framework/blink.git"