this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A library for constructing and printing compiler diagnostics" 4description: 5 "This package offers an implementation of compiler diagnostics and supports multiple handlers for displaying diagnostics to the end user. Currently, the package comes with built-in handlers for GitHub Actions workflow commands and UNIX terminals." 6maintainer: ["favonia <favonia@gmail.com>"] 7authors: ["The RedPRL Development Team"] 8license: "Apache-2.0" 9homepage: "https://github.com/RedPRL/asai" 10bug-reports: "https://github.com/RedPRL/asai/issues" 11depends: [ 12 "dune" {>= "3.1"} 13 "ocaml" {>= "5.0" & < "5.2"} 14 "algaeff" {>= "1.0" & < "2.0"} 15 "bwd" {>= "2.2"} 16 "notty" {>= "0.2.3"} 17 "alcotest" {with-test & >= "1.5"} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/RedPRL/asai.git" 35url { 36 src: "https://github.com/RedPRL/asai/archive/refs/tags/0.2.0.tar.gz" 37 checksum: [ 38 "md5=82a3980b06695456ad4baa83175456a7" 39 "sha512=044d7a37e5321349d7ee6e65c49fac3ec258260aebaa306797f1c2dbf2dcef155b5ecdabb15ae969630609c70d6f3176f7159505cd2748869a61e2d38614c7fc" 40 ] 41}