this repo has no description
0
fork

Configure Feed

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

Merge pull request #19800 from lrand-nl/opam-publish-orgeat-smol-smol-helpers.0.0.1

Packages orgeat.0.0.1, smol.0.0.1 and smol-helpers.0.0.1

authored by

Kate and committed by
GitHub
fe83888b 443b52a1

+116
+41
packages/orgeat/orgeat.0.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Ocaml Random Generation of Arbitrary Types" 4 + description: "Ocaml Random Generation of Arbitrary Types" 5 + maintainer: ["lucas.randazzo@nomadic-labs.com"] 6 + authors: ["Lucas Randazzo"] 7 + license: "MIT" 8 + homepage: "http://github.com/lrand-nl/orgeat" 9 + bug-reports: "http://github.com/lrand-nl/orgeat" 10 + depends: [ 11 + "dune" {>= "2.8" & >= "2.8"} 12 + "ocaml" {>= "4.12.0"} 13 + "zarith" {>= "1.11"} 14 + "data-encoding" {>= "0.4"} 15 + "smol" {>= "0.0.1"} 16 + "smol-helpers" {with-test & >= "0.0.1"} 17 + "alcotest" {with-test & >= "1.4.0"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/lrand-nl/orgeat" 35 + url { 36 + src: "https://github.com/lrand-nl/orgeat/archive/0.0.1.tar.gz" 37 + checksum: [ 38 + "md5=591bfdcd7f0705efeb32b72015d96086" 39 + "sha512=deb30610151e53b8dc9bd2eaebc88573be8a5c5192bfbc2d4fa2a02462fd2b6c7247974a46bd1ece5e0bf06589a4194db2ffab37d40d26ada23758a0c41d3e02" 40 + ] 41 + }
+38
packages/smol-helpers/smol-helpers.0.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Test helpers for smol" 4 + description: "Test helpers for smol" 5 + maintainer: ["lucas.randazzo@nomadic-labs.com"] 6 + authors: ["Lucas Randazzo"] 7 + license: "MIT" 8 + homepage: "http://github.com/lrand-nl/smol" 9 + bug-reports: "http://github.com/lrand-nl/smol" 10 + depends: [ 11 + "dune" {>= "2.8" & >= "2.8"} 12 + "ocaml" {>= "4.12.0"} 13 + "alcotest" {>= "1.4.0"} 14 + "smol" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/lrand-nl/smol" 32 + url { 33 + src: "https://github.com/lrand-nl/smol/archive/0.0.1.tar.gz" 34 + checksum: [ 35 + "md5=ad39f092443cec4dc693b1a5fda57eb1" 36 + "sha512=6a6ccd6cb612738dbdbe5c78d3d007afd7a005dac71dca0276928b0d378e9d8a8be4e825dc2d261de90397963ead28f1cad09951bf97db655f0856cd5573d208" 37 + ] 38 + }
+37
packages/smol/smol.0.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Small Math Ocaml Library" 4 + description: "A partial high-level implementation of math and algebra" 5 + maintainer: ["lucas.randazzo@nomadic-labs.com"] 6 + authors: ["Lucas Randazzo"] 7 + license: "MIT" 8 + homepage: "http://github.com/lrand-nl/smol" 9 + bug-reports: "http://github.com/lrand-nl/smol" 10 + depends: [ 11 + "dune" {>= "2.8" & >= "2.8"} 12 + "ocaml" {>= "4.12.0"} 13 + "alcotest" {with-test & >= "1.4.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/lrand-nl/smol" 31 + url { 32 + src: "https://github.com/lrand-nl/smol/archive/0.0.1.tar.gz" 33 + checksum: [ 34 + "md5=ad39f092443cec4dc693b1a5fda57eb1" 35 + "sha512=6a6ccd6cb612738dbdbe5c78d3d007afd7a005dac71dca0276928b0d378e9d8a8be4e825dc2d261de90397963ead28f1cad09951bf97db655f0856cd5573d208" 36 + ] 37 + }