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" {>= "4.14.0"}
14 "base" {>= "v0.16" & < "v0.17"}
15 "expect_test_helpers_core" {>= "v0.16" & < "v0.17"}
16 "ppx_compare" {>= "v0.16" & < "v0.17"}
17 "ppx_enumerate" {>= "v0.16" & < "v0.17"}
18 "ppx_hash" {>= "v0.16" & < "v0.17"}
19 "ppx_jane" {>= "v0.16" & < "v0.17"}
20 "ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
21 "ppx_sexp_message" {>= "v0.16" & < "v0.17"}
22 "dune" {>= "2.0.0"}
23]
24synopsis: "A library for N-ary datatypes and operations."
25description: "
26
27A library for N-ary datatypes and operations.
28
29Provides tuples, enumerations, variants, and list operations
30implemented for N from 2 to 16, inclusive.
31"
32url {
33src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/n_ary-v0.16.0.tar.gz"
34checksum: "sha256=5109c6637383c2590cbe5797fb9f9060feea03bd5caa9ac8b80fad4da75ca676"
35}