From 88495a22e5f89b528b0702bcb641e679d8e4bb5a Mon Sep 17 00:00:00 2001 From: Risto Stevcev Date: Sun, 22 Mar 2020 01:16:12 +0100 Subject: [PATCH 1/2] Package bastet.1.1.0 --- packages/bastet/bastet.1.1.0/opam | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/bastet/bastet.1.1.0/opam diff --git a/packages/bastet/bastet.1.1.0/opam b/packages/bastet/bastet.1.1.0/opam new file mode 100644 index 00000000000..b35d49896bf --- /dev/null +++ b/packages/bastet/bastet.1.1.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: "A ReasonML/Ocaml library for category theory and abstract algebra" +maintainer: ["me@risto.codes"] +authors: ["Risto Stevcev"] +license: "BSD-3-Clause" +homepage: "https://github.com/Risto-Stevcev/bastet" +bug-reports: "https://github.com/Risto-Stevcev/bastet/issues" +depends: [ + "ocaml" {>= "4.06.1"} + "reason" {>= "3.6.0"} + "alcotest" {>= "1.0.1" & with-test} + "qcheck" {>= "0.13" & with-test} + "qcheck-alcotest" {>= "0.13" & with-test} + "ocamlformat" {>= "0.13.0" & with-test} + "mdx" {>= "1.6.0" & with-test} + "odoc" {>= "1.5.0" & with-doc} + "mustache" {>= "3.1.0" & with-doc} + "dune" {>= "2.2.0"} +] +build: [ + ["dune" "subst"] {pinned} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/Risto-Stevcev/bastet.git" +url { + src: "https://github.com/Risto-Stevcev/bastet/archive/1.1.0.tar.gz" + checksum: [ + "md5=22dabc44a034fcacb895e4b6a38f1e92" + "sha512=9c46e605c2f86da8e8a5ee4bb3bc0751d29385130dd821f427d87d272e81e66fec1f31392c84d57d98a51c91a398e87873fc05b5c71850c0d899aa1eb5534d47" + ] +} From 714c60968e951002636aaaa6bff6a6b9f39d2eab Mon Sep 17 00:00:00 2001 From: Kate Date: Sun, 22 Mar 2020 12:50:08 +0000 Subject: [PATCH 2/2] bastet.1.1.0: Fix typo --- packages/bastet/bastet.1.1.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bastet/bastet.1.1.0/opam b/packages/bastet/bastet.1.1.0/opam index b35d49896bf..37105d1e051 100644 --- a/packages/bastet/bastet.1.1.0/opam +++ b/packages/bastet/bastet.1.1.0/opam @@ -1,5 +1,5 @@ opam-version: "2.0" -synopsis: "A ReasonML/Ocaml library for category theory and abstract algebra" +synopsis: "A ReasonML/OCaml library for category theory and abstract algebra" maintainer: ["me@risto.codes"] authors: ["Risto Stevcev"] license: "BSD-3-Clause"