this repo has no description
0
fork

Configure Feed

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

Merge pull request #20316 from fpottier/opam-publish-feat-feat-core-feat-num.20211224

3 packages from gitlab.inria.fr/fpottier/feat/-/archive/20211224/archive.tar.gz

authored by

Kate and committed by
GitHub
b3c0c7d2 788ed58b

+71
+23
packages/feat-core/feat-core.20211224/opam
··· 1 + opam-version: "2.0" 2 + license: "MIT" 3 + synopsis: "Facilities for enumerating and sampling algebraic data types" 4 + maintainer: "francois.pottier@inria.fr" 5 + authors: "François Pottier <francois.pottier@inria.fr>" 6 + homepage: "https://gitlab.inria.fr/fpottier/feat" 7 + bug-reports: "francois.pottier@inria.fr" 8 + depends: [ 9 + "ocaml" {>= "4.03"} 10 + "dune" {>= "1.4"} 11 + "seq" 12 + "fix" {>= "20201120"} 13 + ] 14 + build: ["dune" "build" "-p" name "-j" jobs] 15 + dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" 16 + url { 17 + src: 18 + "https://gitlab.inria.fr/fpottier/feat/-/archive/20211224/archive.tar.gz" 19 + checksum: [ 20 + "md5=f8548ba0792a07d2b72c7894d1089d5e" 21 + "sha512=6c53ad4f898c074b888018269fe2c00bf001fb5b22ceade1e7e26479fbe9ef55fe97d04a757b10232565a6af8f51d960b6f5f494552df4205aba046b075c513b" 22 + ] 23 + }
+24
packages/feat-num/feat-num.20211224/opam
··· 1 + opam-version: "2.0" 2 + license: "MIT" 3 + synopsis: 4 + "Facilities for enumerating and sampling algebraic data types, using Num for big numbers" 5 + maintainer: "francois.pottier@inria.fr" 6 + authors: "François Pottier <francois.pottier@inria.fr>" 7 + homepage: "https://gitlab.inria.fr/fpottier/feat" 8 + bug-reports: "francois.pottier@inria.fr" 9 + depends: [ 10 + "ocaml" {>= "4.03"} 11 + "dune" {>= "1.4"} 12 + "feat-core" {= version} 13 + "num" 14 + ] 15 + build: ["dune" "build" "-p" name "-j" jobs] 16 + dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" 17 + url { 18 + src: 19 + "https://gitlab.inria.fr/fpottier/feat/-/archive/20211224/archive.tar.gz" 20 + checksum: [ 21 + "md5=f8548ba0792a07d2b72c7894d1089d5e" 22 + "sha512=6c53ad4f898c074b888018269fe2c00bf001fb5b22ceade1e7e26479fbe9ef55fe97d04a757b10232565a6af8f51d960b6f5f494552df4205aba046b075c513b" 23 + ] 24 + }
+24
packages/feat/feat.20211224/opam
··· 1 + opam-version: "2.0" 2 + license: "MIT" 3 + synopsis: 4 + "Facilities for enumerating and sampling algebraic data types, using Zarith for big numbers" 5 + maintainer: "francois.pottier@inria.fr" 6 + authors: "François Pottier <francois.pottier@inria.fr>" 7 + homepage: "https://gitlab.inria.fr/fpottier/feat" 8 + bug-reports: "francois.pottier@inria.fr" 9 + depends: [ 10 + "ocaml" {>= "4.03"} 11 + "dune" {>= "1.4"} 12 + "feat-core" {= version} 13 + "zarith" 14 + ] 15 + build: ["dune" "build" "-p" name "-j" jobs] 16 + dev-repo: "git+https://gitlab.inria.fr/fpottier/feat.git" 17 + url { 18 + src: 19 + "https://gitlab.inria.fr/fpottier/feat/-/archive/20211224/archive.tar.gz" 20 + checksum: [ 21 + "md5=f8548ba0792a07d2b72c7894d1089d5e" 22 + "sha512=6c53ad4f898c074b888018269fe2c00bf001fb5b22ceade1e7e26479fbe9ef55fe97d04a757b10232565a6af8f51d960b6f5f494552df4205aba046b075c513b" 23 + ] 24 + }