Codebase list ocaml-qcheck / ffd4702
Update packaging Stephane Glondu authored 2 years ago Stéphane Glondu committed 2 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 Build-Depends:
88 debhelper-compat (= 13),
99 dh-ocaml,
10 ocaml-nox (>= 4.02.0),
10 ocaml,
1111 ocaml-dune,
1212 ocaml-findlib,
13 libalcotest-ocaml-dev,
1314 libounit-ocaml-dev (>= 2.2.0)
1415 Homepage: https://github.com/c-cube/qcheck
1516 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-qcheck
1919 dune install --prefix=$(DESTDIR)/usr --libdir=$(OCAMLFIND_DESTDIR) --verbose $(PACKAGES)
2020
2121 override_dh_auto_test:
22 # Needs alcotest
22 dune runtest -p $(subst $(space),$(comma),$(PACKAGES))