this repo has no description
1opam-version: "2.0" 2synopsis: "Create/Answer questionnaires" 3description: "Generating and answering questions should be easy" 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 "sihl" {= "0.4.0"} 14 "sihl-storage" {= "0.4.0"} 15 "conformist" {= "0.4.0"} 16 "lwt_ssl" {>= "1.1.3"} 17 "ppx_fields_conv" {>= "0.13.0"} 18 "alcotest-lwt" {>= "1.3.0" & with-test} 19 "caqti-driver-mariadb" {>= "1.2.1" & with-test} 20 "ocamlformat" {dev} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/uzh/ask.git" 38url { 39 src: "https://github.com/uzh/ask/archive/0.2.0.tar.gz" 40 checksum: [ 41 "md5=05a93836d4cb56962eb57c56387dc1aa" 42 "sha512=91fae426d7ef0745262e62e201204e9bfda3d9165d165f110661bc917648fec60e6041d800a9d9fa5258f6a457487a17726c304c837305f8df950822ffaad990" 43 ] 44}