opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/n_ary" bug-reports: "https://github.com/janestreet/n_ary/issues" dev-repo: "git+https://github.com/janestreet/n_ary.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/n_ary/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "expect_test_helpers_core" {>= "v0.16" & < "v0.17"} "ppx_compare" {>= "v0.16" & < "v0.17"} "ppx_enumerate" {>= "v0.16" & < "v0.17"} "ppx_hash" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "ppx_sexp_conv" {>= "v0.16" & < "v0.17"} "ppx_sexp_message" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "A library for N-ary datatypes and operations." description: " A library for N-ary datatypes and operations. Provides tuples, enumerations, variants, and list operations implemented for N from 2 to 16, inclusive. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/n_ary-v0.16.0.tar.gz" checksum: "sha256=5109c6637383c2590cbe5797fb9f9060feea03bd5caa9ac8b80fad4da75ca676" }