this repo has no description
1opam-version: "2.0" 2maintainer: "Raphael Sousa Santos <contact@raphaelss.com>" 3authors: "Raphael Sousa Santos <contact@raphaelss.com>" 4license: "MPL-2.0" 5homepage: "https://github.com/sonologico/modular-arithmetic" 6bug-reports: "https://github.com/sonologico/modular-arithmetic/issues" 7dev-repo: "git+https://github.com/sonologico/modular-arithmetic.git" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.05"} 14 "jbuilder" {>= "1.0+beta7"} 15 "ounit" {with-test} 16] 17synopsis: 18 "A library for operations on integers modulo some integer (the modulus)" 19url { 20 src: 21 "https://github.com/sonologico/modular-arithmetic/archive/modular-arithmetic-0.1.tar.gz" 22 checksum: [ 23 "sha256=7f2f481ad27d57c0f162e33570982952c75a960f94d9aa84aafbb77e423a8e52" 24 "md5=7883c607bb0cd80e309a9bb95584039d" 25 ] 26}