opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/abstract_algebra" bug-reports: "https://github.com/janestreet/abstract_algebra/issues" dev-repo: "git+https://github.com/janestreet/abstract_algebra.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/abstract_algebra/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "A small library describing abstract algebra concepts" description: " A library describing abstract algebra concepts. Currently, it includes Commutative_group and Vector_space. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/abstract_algebra-v0.16.0.tar.gz" checksum: "sha256=70df5e88cf6e2d7a6f4fddb52f2706d82c3deee2ce3313ce902fc92f6fa442c3" }