this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Test helpers for smol"
4description: "Test helpers for smol"
5maintainer: ["lucas.randazzo@nomadic-labs.com"]
6authors: ["Lucas Randazzo"]
7license: "MIT"
8homepage: "http://github.com/lrand-nl/smol"
9bug-reports: "http://github.com/lrand-nl/smol"
10depends: [
11 "dune" {>= "2.8" & >= "2.8"}
12 "ocaml" {>= "4.12.0"}
13 "alcotest" {>= "1.4.0"}
14 "smol" {= version}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/lrand-nl/smol"
32url {
33 src: "https://github.com/lrand-nl/smol/archive/0.0.1.tar.gz"
34 checksum: [
35 "md5=ad39f092443cec4dc693b1a5fda57eb1"
36 "sha512=6a6ccd6cb612738dbdbe5c78d3d007afd7a005dac71dca0276928b0d378e9d8a8be4e825dc2d261de90397963ead28f1cad09951bf97db655f0856cd5573d208"
37 ]
38}