Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
05bf596a
Commit
05bf596a
authored
Jan 11, 2023
by
David Bühler
Browse files
[ci] Upgrades yojson.
parent
a735315e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nix/yojson.nix
View file @
05bf596a
{
lib
,
fetchurl
,
buildDunePackage
,
cppo
,
easy-format
,
biniou
}:
{
lib
,
fetchurl
,
buildDunePackage
,
cppo
,
seq
}:
buildDunePackage
rec
{
pname
=
"yojson"
;
version
=
"
1.7.0
"
;
version
=
"
2.0.2
"
;
useDune2
=
true
;
src
=
fetchurl
{
url
=
"https://github.com/ocaml-community/yojson/releases/download/
${
version
}
/yojson-
${
version
}
.tbz"
;
sha256
=
"
1iich6323npvvs8r50lkr4pxxqm9mf6w67cnid7jg1j1g5gwcvv5
"
;
sha256
=
"
sha256-h2u284r3OoSilDij2jXkhXxgoUVWpgZSWxSMb9vlRhs=
"
;
};
nativeBuildInputs
=
[
cppo
];
propagatedBuildInputs
=
[
easy-format
biniou
];
propagatedBuildInputs
=
[
seq
];
meta
=
with
lib
;
{
description
=
"An optimized parsing and printing library for the JSON format"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment