maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: ocaml-fmt: Update to 0.8.9. 0a86b93fae09dbc1b76d293bd1c4c02fb1a737b7 Julien Lepiller 2020-09-30 21:42:40
gnu: ocaml-logs: Update to 0.7.0. 276be8f21cca7871bc81cf0efb8764052f873a59 Julien Lepiller 2020-09-30 21:40:39
gnu: ocaml-base64: Update to 3.4.0. bd2ad4a1950b4cddfc63306143e7edb28b283c36 Julien Lepiller 2020-09-30 21:38:35
gnu: opam: Update to 2.0.7. ef841e96b97c7ee9517219e6eb2f779cc4686a0d Julien Lepiller 2020-09-30 20:30:19
gnu: ocaml-tyxml: Do not use deprecated jbuilder. 32fd3e9c0b2168753d4bba2464c60c40311bb3f4 Julien Lepiller 2020-09-30 20:23:19
gnu: ocaml4.07-core: Do not use deprecated jbuilder. 0f1362f049a129c0e0f2ee27dfd1a14287452a4c Julien Lepiller 2020-09-30 20:21:54
gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder. 47ef85b588ebb4413844959822270c0ef4772cda Julien Lepiller 2020-09-30 20:16:51
gnu: ocaml4.07-merlin: Do not use deprecated jbuilder. 1f4b40227c62467bfaf91309ffc1eeca4a222ede Julien Lepiller 2020-09-30 20:15:42
gnu: ocaml4.07-utop: Do not use deprecated jbuilder. 3b90075a40959d92cea2b1003adb9da47a85fb7c Julien Lepiller 2020-09-30 20:12:34
gnu: ocaml4.07-zed: Do not use deprecated jbuilder. 0a8eb6850d8447f737724c36decedfedc28e3024 Julien Lepiller 2020-09-30 19:56:54
gnu: ocaml-easy-format: Do not use deprecated jbuilder. 8ff5f39a9fe3c36df4c39e1b127641742867f07b Julien Lepiller 2020-09-30 19:48:53
gnu: ocaml-lwt-log: Do not use deprecated jbuilder. 2d00625f24687699cdb18331e0f4816cead20d46 Julien Lepiller 2020-09-30 19:47:34
gnu: ocaml-bitstring: Do not use deprecated jbuilder. 93304a0c8932d6037f6ef803c7bd42f6cdb1473a Julien Lepiller 2020-09-30 19:46:15
gnu: ocaml-qtest: Do not use deprecated jbuilder. a8a8547abfc8e4c87f5e0945a167e756a1c05be5 Julien Lepiller 2020-09-30 19:42:06
gnu: ocaml-ppx-tools-versioned: Update to 5.4.0. f0c6fe314f6202dcb30f89a8d153a5a6dc8129b2 Julien Lepiller 2020-09-30 16:02:50
gnu: ocaml-migrate-parsetree: Update to 1.7.3. bd8558a0e514c7a865bc6d2aeb02c01f942d027d Julien Lepiller 2020-09-30 15:58:48
gnu: ocaml-mccs: Update to 1.1+11. 7ae38a0479d64e0d7d7c9a81dc18c6f6d17f9561 Julien Lepiller 2020-09-30 15:53:56
gnu: camlp5: Update to 7.13. 61949dbc8a475d2dd2c000b8fb0a8782b6ded02e Julien Lepiller 2020-09-30 15:45:43
gnu: unison: Build with ocaml-4.09. aea459a50474b98f31f6ce7da9468a98958ef949 Julien Lepiller 2020-09-30 15:49:32
gnu: libbacktrace: Correct license. 057a8868fb9a38661adbf5e94b8a2b0803871dff Maxim Cournoyer 2020-10-14 14:32:13
Commit 0a86b93fae09dbc1b76d293bd1c4c02fb1a737b7 - gnu: ocaml-fmt: Update to 0.8.9.
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.9.
Author: Julien Lepiller
Author date (UTC): 2020-09-30 21:42
Committer name: Julien Lepiller
Committer date (UTC): 2020-10-15 16:00
Parent(s): 276be8f21cca7871bc81cf0efb8764052f873a59
Signer:
Signing key: 53D457B2D636EE82
Signing status: E
Tree: 32a46504e9d3304c56422fd52b81708cc47395e4
File Lines added Lines deleted
gnu/packages/ocaml.scm 5 5
File gnu/packages/ocaml.scm changed (mode: 100644) (index 343e4610ac..ac0ee2b888)
... ... most of the POSIX and GNU conventions.")
1594 1594 (define-public ocaml-fmt (define-public ocaml-fmt
1595 1595 (package (package
1596 1596 (name "ocaml-fmt") (name "ocaml-fmt")
1597 (version "0.8.5")
1597 (version "0.8.9")
1598 1598 (source (source
1599 1599 (origin (origin
1600 1600 (method url-fetch) (method url-fetch)
1601 1601 (uri (string-append "http://erratique.ch/software/fmt/releases/fmt-" (uri (string-append "http://erratique.ch/software/fmt/releases/fmt-"
1602 1602 version ".tbz")) version ".tbz"))
1603 1603 (sha256 (base32 (sha256 (base32
1604 "1zj9azcxcn6skmb69ykgmi9z8c50yskwg03wqgh87lypgjdcz060"))))
1604 "0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk"))))
1605 1605 (build-system ocaml-build-system) (build-system ocaml-build-system)
1606 1606 (native-inputs (native-inputs
1607 1607 `(("ocamlbuild" ,ocamlbuild) `(("ocamlbuild" ,ocamlbuild)
1608 1608 ("opam" ,opam) ("opam" ,opam)
1609 1609 ("topkg" ,ocaml-topkg))) ("topkg" ,ocaml-topkg)))
1610 1610 (propagated-inputs (propagated-inputs
1611 `(("result" ,ocaml-result)
1612 ("ocaml-uchar" ,ocaml-uchar)
1613 ("cmdliner" ,ocaml-cmdliner)))
1611 `(("cmdliner" ,ocaml-cmdliner)
1612 ("ocaml-stdlib-shims" ,ocaml-stdlib-shims)
1613 ("ocaml-uchar" ,ocaml-uchar)))
1614 1614 (arguments `(#:tests? #f (arguments `(#:tests? #f
1615 1615 #:build-flags (list "build" "--with-base-unix" "true" #:build-flags (list "build" "--with-base-unix" "true"
1616 1616 "--with-cmdliner" "true") "--with-cmdliner" "true")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main