-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Yojson-json5 to Yojson-five to be less repetitive
- Loading branch information
1 parent
768ee8f
commit 6f5d3b3
Showing
5 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(library | ||
(name yojson_json5) | ||
(public_name yojson-json5) | ||
(name yojson_five) | ||
(public_name yojson-five) | ||
(libraries yojson sedlex) | ||
(preprocess | ||
(pps sedlex.ppx))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(test | ||
(name test) | ||
(package yojson-json5) | ||
(libraries alcotest yojson_json5)) | ||
(package yojson-five) | ||
(libraries alcotest yojson_five)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module M = Yojson_json5.Safe | ||
module M = Yojson_five.Safe | ||
|
||
let yojson = Alcotest.testable M.pp M.equal | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: | ||
"Yojson_json5 is a parsing and printing library for the JSON5 format" | ||
"Yojson-five is a parsing and printing library for the JSON5 format" | ||
description: """ | ||
Yojson_json5 is a parsing and printing library for the JSON5 format. | ||
Yojson-five is a parsing and printing library for the JSON5 format. | ||
It supports parsing JSON5 to Yojson.Basic.t and Yojson.Safe.t types.""" | ||
maintainer: [ | ||
"[email protected]" "[email protected]" "[email protected]" | ||
|