Package Details: ocaml-sawja 1.5.12-1

Git Clone URL: https://aur.archlinux.org/ocaml-sawja.git (read-only, click to copy)
Package Base: ocaml-sawja
Description: Provides a high level representation of Java .class files in OCaml
Upstream URL: https://github.com/javalib-team/sawja/
Licenses: GPL3
Submitter: Forty-Bot
Maintainer: Forty-Bot
Last Packager: Forty-Bot
Votes: 1
Popularity: 0.000000
First Submitted: 2017-09-07 02:20 (UTC)
Last Updated: 2023-02-12 16:23 (UTC)

Latest Comments

Forty-Bot commented on 2020-02-27 04:54 (UTC) (edited on 2020-02-27 04:54 (UTC) by Forty-Bot)

Can't build 1.5.7 with the error

/usr/bin/ocamlfind ocamlc -g -w Aer -annot -package javalib -I dataflow_analyses/ -I heap_parser/ -c cmn.ml
File "cmn.ml", line 160, characters 32-74:
160 | module VarMap = GenericMap.Make(struct type t = var let get_hash = fst end)
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Signature mismatch:
       Modules do not match:
         sig type t = var val get_hash : 'a * 'b -> 'a end
       is not included in
         Javalib_pack.GenericMap.S
       The value `compare' is required but not provided
       File "ptrees/genericMap.mli", line 21, characters 2-29:
         Expected declaration

If anyone knows how to fix this please let me know