this repo has no description
1opam-version: "2.0"
2synopsis: "Link questionnaires to an uuid of 'a type"
3description: "Generate a link between questionnaires and types"
4maintainer: ["marc.biedermann@econ.uzh.ch"]
5authors: ["Marc Biedermann"]
6license: "MIT"
7homepage: "https://github.com/uzh/ask"
8doc: "https://github.com/uzh/ask"
9bug-reports: "https://github.com/uzh/ask/-/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "ocaml" {>= "4.11"}
13 "ask" {= version}
14 "sihl" {= "0.4.0"}
15 "sihl-storage" {= "0.4.0"}
16 "conformist" {= "0.4.0"}
17 "lwt_ssl" {>= "1.1.3"}
18 "ppx_fields_conv" {>= "0.13.0"}
19 "alcotest-lwt" {>= "1.3.0" & with-test}
20 "caqti-driver-mariadb" {>= "1.2.1" & with-test}
21 "ocamlformat" {dev}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/uzh/ask.git"
39url {
40 src: "https://github.com/uzh/ask/archive/0.2.0.tar.gz"
41 checksum: [
42 "md5=05a93836d4cb56962eb57c56387dc1aa"
43 "sha512=91fae426d7ef0745262e62e201204e9bfda3d9165d165f110661bc917648fec60e6041d800a9d9fa5258f6a457487a17726c304c837305f8df950822ffaad990"
44 ]
45}