this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Incremental computation" 4description: "A tiny library for incremental computation." 5maintainer: ["igarnier@protonmail.com"] 6authors: ["Ilias Garnier"] 7license: "MIT" 8homepage: "http://github.com/igarnier/prbnmcn-cgrph" 9bug-reports: "http://github.com/igarnier/prbnmcn-cgrph" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.12.0"} 13 "qcheck" {with-test} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/igarnier/prbnmcn-cgrph" 31url { 32 src: "https://github.com/igarnier/prbnmcn-cgrph/archive/0.0.1.tar.gz" 33 checksum: [ 34 "md5=a28591903abf58c07dc8b7fb43b8e04c" 35 "sha512=7a2f33a00065881be28abe7af4060346ba5b1cc87222a4309c99bbae8c5b7bf3b05c922486a1dd2adbf50aaa6b27f4e605285cd05c4c81d91b19519df5a1ecdf" 36 ] 37}