this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/n_ary"
5bug-reports: "https://github.com/janestreet/n_ary/issues"
6dev-repo: "git+https://github.com/janestreet/n_ary.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/n_ary/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "5.1.0"}
14 "base" {>= "v0.17" & < "v0.18"}
15 "expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
16 "ppx_compare" {>= "v0.17" & < "v0.18"}
17 "ppx_enumerate" {>= "v0.17" & < "v0.18"}
18 "ppx_hash" {>= "v0.17" & < "v0.18"}
19 "ppx_jane" {>= "v0.17" & < "v0.18"}
20 "ppx_sexp_conv" {>= "v0.17" & < "v0.18"}
21 "ppx_sexp_message" {>= "v0.17" & < "v0.18"}
22 "dune" {>= "3.11.0"}
23]
24available: arch != "arm32" & arch != "x86_32"
25synopsis: "A library for N-ary datatypes and operations."
26description: "
27
28A library for N-ary datatypes and operations.
29
30Provides tuples, enumerations, variants, and list operations
31implemented for N from 2 to 16, inclusive.
32"
33url {
34src: "https://github.com/janestreet/n_ary/archive/refs/tags/v0.17.0.tar.gz"
35checksum: "sha256=545419dc81fdba00073e4732aaa92b38a9e9da729ec74ef466db6e547a12c69f"
36}