Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package store.0.1 #26438

Merged
merged 5 commits into from
Aug 28, 2024
Merged

Package store.0.1 #26438

merged 5 commits into from
Aug 28, 2024

Conversation

bclement-ocp
Copy link
Contributor

Store is a library to add snapshotting capabilities to imperative data
structure with a low runtime cost and safe, user-friendly APIs. It is designed
for (and works best with) applications that exploit backtracking algorithms,
such as SMT solvers, type-checking and type-inference algorithms.

The design of the Store library is described in the ICFP'24 paper:

Clément Allain, Basile Clément, Alexandre Moine, and Gabriel Scherer. 2024.
Snapshottable Stores.
Proc. ACM Program. Lang. 8, ICFP, Article 248 (August 2024), 32 pages.
https://doi.org/10.1145/3674637

Homepage: https://gitlab.com/basile.clement/store
Bug tracker: https://gitlab.com/basile.clement/store/-/issues

@bclement-ocp
Copy link
Contributor Author

CI complains that:

[ERROR] Cannot sync /home/opam/ into /home/opam/.opam/4.05/.opam-switch/sources/store: they overlap
[ERROR] Failed to get sources of store.0.1: /home/opam/

This looks like an issue with the CI rather than the package but I'm not sure.

@bclement-ocp
Copy link
Contributor Author

Oh no it is obviously an issue with the package… Derp. Fix incoming.

src: ""

@bclement-ocp
Copy link
Contributor Author

Should be good now. I can squash the commits if needed.

@mseri
Copy link
Member

mseri commented Aug 28, 2024

Thanks

@mseri mseri merged commit 30f36a4 into ocaml:master Aug 28, 2024
1 of 2 checks passed
avsm pushed a commit to avsm/opam-repository that referenced this pull request Sep 5, 2024
* Package store.0.1

* Add package url

* Make linter happier

* Fix dev repo

* Fix build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants