this repo has no description
1opam-version: "2.0" 2maintainer: "jonathan.protzenko@gmail.com" 3build: make 4remove: [["ocamlfind" "remove" "fix"]] 5depends: [ 6 "ocaml" 7 "ocamlfind" {build} 8 "ocamlbuild" {build} 9] 10install: [make "install"] 11synopsis: 12 "a least fixed point computation library, using an efficient imperative algorithm" 13flags: light-uninstall 14url { 15 src: "http://gallium.inria.fr/~fpottier/fix/fix-20130611.tar.gz" 16 checksum: [ 17 "sha256=e07e9c964f6b9bc48171bd92fac3b1b591c904b61070e058ea232d1b34c314de" 18 "md5=056dec3341ef008458fa722ebf2e3c57" 19 ] 20}