-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyourbones.opam
43 lines (43 loc) · 1.11 KB
/
yourbones.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 companion library for writing applications on Tezos"
description:
"A companion library for writing dApps in OCaml that should fit with Nightmare"
maintainer: ["Funkywork"]
authors: ["Funkywork"]
license: "MIT"
homepage: "https://github.com/funkywork/yourbones"
bug-reports: "https://github.com/funkywork/yourbones/issues"
depends: [
"dune" {>= "3.8"}
"ocaml" {>= "5.0.0"}
"data-encoding" {>= "0.7.1"}
"digestif" {>= "1.1.0"}
"preface"
"zarith"
"tezos-base58"
"nightmare" {pinned}
"nightmare-test" {pinned & with-test}
"alcotest" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/funkywork/yourbones.git"
pin-depends: [
["nightmare.dev" "git+https://github.com/funkywork/nightmare.git"]
["nightmare-test.dev" "git+https://github.com/funkywork/nightmare.git"]
["nightmare_js.dev" "git+https://github.com/funkywork/nightmare.git"]
]