Skip to content

Request to repackage hash_types as a standalone opam package and library #6

@mbarbin

Description

@mbarbin

Hi, I'm working on hash folder & combinators and I thought that it would be useful if what I'm doing could be made compatible with the base hash types, specifically the hash state:

include Sys.Immediate64.Make (Int) (Int32)

My impression is that this application is generative so I don't think I can build a type that is statically unifyable with Base_internalhash_types.state without pulling the actual dependency. Is that right?

Seeing that this lib is packaged currently as ppx_hash.base_internalhash_types it is not supported by opam to install it in isolation, and imposes the rest of the transitive deps of the complete ppx_hash package to users.

Would you be willing to repackage it as a standalone no-dep opam package for re-use? (I'm expecting this is a fairly minor re-architecture that shouldn't have much impact on this package actually). Thank you for your consideration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions