# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A fork of brr, sans browser-only APIs" description: "A fork of brr, sans browser-only APIs; see https://github.com/kxcdev/prr and https://github.com/dbuenzli/brr for details" maintainer: ["Haochen Xie " "KXC Members "] authors: ["The brr programmers" "KXC Members and Contributors"] license: "ISC" homepage: "https://github.com/kxcdev/prr" bug-reports: "https://github.com/kxcdev/prr/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08.0"} "js_of_ocaml" {>= "4.0.0"} "js_of_ocaml-compiler" {>= "4.0.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/kxcdev/prr.git" url { src: "https://github.com/kxcdev/prr/archive/refs/tags/0.1.1.tar.gz" checksum: [ "md5=af96abcfdbe77859be0feae50ab64ceb" "sha512=ae01bbfebc2631839afe970f587e065e055cab944fcc29cec3feb0c91ce39eda0bd347cb5546f8efa5dd7766a73d71b9d41cc3b89211d20b58829f2732f8314b" ] }