this repo has no description
1opam-version: "2.0" 2synopsis: "DSL to generate fast incremental C code from declarative specifications" 3description: "Generate C code to incrementally compute sums, products and other expressions, without recomputing them from scratch every time." 4maintainer: "Johan Magnus Jonsson <jmagnusj@gmail.com>" 5authors: ["Johan Magnus Jonsson <jmagnusj@gmail.com>"] 6license: "BSD-3-Clause" 7homepage: "https://github.com/magnusjonsson/opti" 8bug-reports: "https://github.com/magnusjonsson/opti/issues" 9dev-repo: "git+https://github.com/magnusjonsson/opti.git" 10depends: [ 11 "ocaml" 12 "dune" 13 "ounit" {with-test} 14] 15build: [ 16 ["dune" "build" "-p" "opti" "-j" jobs] 17 ["dune" "runtest" "-p" "opti" "-j" jobs] {with-test} 18] 19url { 20 src: 21 "https://github.com/magnusjonsson/opti/releases/download/1.0.3/opti-1.0.3.tbz" 22 checksum: [ 23 "sha256=ed9ba56dc06e9d2b1bf097964cc65ea37db787d4f239c13d0dd74693f5b50a1e" 24 "md5=adaa65ec29dbe59125d3732b8461e796" 25 ] 26}