this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Fast combinatorics for OCaml"
4description: """
5combinat provides fast iterators over combinatorial objects such as
6permutations, combinations, and integer partitions."""
7maintainer: ["Jack Feser <feser@mit.edu>"]
8authors: ["Jack Feser <feser@mit.edu>"]
9license: "MIT"
10homepage: "https://github.com/jfeser/combinat"
11doc: "https://jfeser.github.io/combinat/combinat/index.html"
12bug-reports: "https://github.com/jfeser/combinat/issues"
13depends: [
14 "ocaml" {>= "4.08"}
15 "dune" {>= "2.7"}
16 "core" {with-test & >= "v0.15"}
17 "expect_test_helpers_core" {with-test & >= "v0.15"}
18 "ppx_jane" {with-test & >= "v0.15"}
19 "core_bench" {with-test & >= "v0.15"}
20 "core_unix" {with-test & >= "v0.15"}
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/jfeser/combinat.git"
38url {
39 src:
40 "https://github.com/jfeser/combinat/releases/download/3.0/combinat-3.0.tbz"
41 checksum: [
42 "sha256=d6f61ea22b8463ac491601d8862e72dcc2f00e8d1983582883923aeba9881b30"
43 "sha512=dbfe276eb28a6f16d3429bbf1047d7f7069f6b3e4f83715ae3047aa858bb2383c98e97aaddac15053d07fd1022efb5a4ef30baad6baeab1debeeb15187a690c5"
44 ]
45}
46x-commit-hash: "ca2f82154fbc0ac2261e838dc4c6a4a03b7051bd"