this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package store.0.1 (#26438)

* Package store.0.1

* Add package url

* Make linter happier

* Fix dev repo

* Fix build

authored by

Basile Clément and committed by
GitHub
30f36a42 34fe4c5b

+44
+44
packages/store/store.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Snapshottable data structures" 3 + maintainer: [ 4 + "Basile Clément <basile.clement@ocamlpro.com>" 5 + "Gabriel Scherer <gabriel.scherer@inria.fr>" 6 + "Guillaume Bury <guillaume.bury@ocamlpro.com>" 7 + ] 8 + authors: [ 9 + "Basile Clément <basile.clement@ocamlpro.com>" 10 + "Gabriel Scherer <gabriel.scherer@inria.fr>" 11 + "Guillaume Bury <guillaume.bury@ocamlpro.com>" 12 + ] 13 + license: "MIT" 14 + homepage: "https://gitlab.com/basile.clement/store" 15 + dev-repo: "git+https://gitlab.com/basile.clement/store.git" 16 + bug-reports: "https://gitlab.com/basile.clement/store/-/issues" 17 + depends: [ 18 + "dune" {>= "3.7"} 19 + "ocaml" {>= "4.05"} 20 + "monolith" {with-test} 21 + "odoc" {with-doc} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + url { 38 + src: "https://gitlab.com/basile.clement/store/-/archive/v0.1/store-v0.1.tar.bz2" 39 + checksum: [ 40 + "sha256=8891cc0b10774f3d048e2a213ea623306386d901034813d55feb082751ce1b4c" 41 + "sha512=312d436d06deda5d60bd88daa04955c1a4bf4caf9f3e8348a4d347251ee2f8aba9c988f956a2280f7662f0cf65eb3a59248155fc087c96e344429f0dc4d8e466" 42 + ] 43 + } 44 + x-commit-hash: "de3332d16f5281c67e03fd01526a0318cd7d21d7"