this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A fork of brr, sans browser-only APIs" 4description: 5 "A fork of brr, sans browser-only APIs; see https://github.com/kxcdev/prr and https://github.com/dbuenzli/brr for details" 6maintainer: ["Haochen Xie <hx@kxc.inc>" "KXC Members <hello@kxc.inc>"] 7authors: ["The brr programmers" "KXC Members and Contributors"] 8license: "ISC" 9homepage: "https://github.com/kxcdev/prr" 10bug-reports: "https://github.com/kxcdev/prr/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "ocaml" {>= "4.08.0"} 14 "js_of_ocaml" {>= "4.0.0"} 15 "js_of_ocaml-compiler" {>= "4.0.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/kxcdev/prr.git" 33url { 34 src: "https://github.com/kxcdev/prr/archive/refs/tags/0.1.1.tar.gz" 35 checksum: [ 36 "md5=af96abcfdbe77859be0feae50ab64ceb" 37 "sha512=ae01bbfebc2631839afe970f587e065e055cab944fcc29cec3feb0c91ce39eda0bd347cb5546f8efa5dd7766a73d71b9d41cc3b89211d20b58829f2732f8314b" 38 ] 39}