this repo has no description
1opam-version: "2.0"
2synopsis: "Common traits for generic functionality"
3description: "Common traits for generic functionality"
4maintainer: ["Yurii Rashkovskii"]
5authors: ["Yurii Rashkovskii"]
6license: "ISC"
7homepage: "https://github.com/yrashk/ocaml-traits"
8bug-reports: "https://github.com/yrashk/ocaml-traits/issues"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "3.2"}
12 "alcotest" {with-test & >= "1.5.0"}
13 "ppx_inline_alcotest" {with-test & >= "1.0.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/yrashk/ocaml-traits.git"
31url {
32 src:
33 "https://github.com/yrashk/ocaml-traits/releases/download/v0.1.0/traits-0.1.0.tbz"
34 checksum: [
35 "sha256=c51504fe40fc7458c5aa36d1e6b2551b01cdd45389d1d67868c63dc602c440ba"
36 "sha512=0878aa46a403824eb480a65d8d37cd61a541170503fcb9d04db1f31b54ef7eba236231fde559ce21d2e0757d08b2700757c2f60486f5461c19aa3fa3001bd5ec"
37 ]
38}
39x-commit-hash: "e2c284473fcc05dcd50eb8e8e0c885ae7d583c65"