this repo has no description
1opam-version: "2.0" 2synopsis: "Testing library for Opium" 3description: 4 "A library that provides helpers to easily test your Opium applications." 5maintainer: ["Rudi Grinberg <me@rgrinberg.com>"] 6authors: ["Rudi Grinberg" "Anurag Soni" "Thibaut Mattio"] 7license: "MIT" 8homepage: "https://github.com/rgrinberg/opium" 9doc: "https://rgrinberg.github.io/opium/" 10bug-reports: "https://github.com/rgrinberg/opium/issues" 11depends: [ 12 "dune" {>= "2.0"} 13 "ocaml" {>= "4.08"} 14 "opium" {= version} 15 "alcotest" 16 "alcotest-lwt" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/rgrinberg/opium.git" 34x-commit-hash: "5e3d601a3ef7b9fdbcc7ea93fd698b6adc2a45c5" 35url { 36 src: 37 "https://github.com/rgrinberg/opium/releases/download/0.20.0/opium-0.20.0.tbz" 38 checksum: [ 39 "sha256=326b91866de90baf535f8b7d4b2ff23e39d952e573c04b3c13f1054b59ff2fb6" 40 "sha512=59b83e7c8fe5f7ae328fb7f2343fe5b8fb735e8f6ee263cfd6c75bb179688ef7cf2b4586b35a2231ed3f3c1ada543021b7a4759326ae095eb77a5f38b9fa3a8a" 41 ] 42}