Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion julia_set/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** Fun fact about Julia Sets: **
**Fun fact about Julia Sets:**

They are a type of Fractals that emerges from iterating polynomial functions in the complex plane. Julia sets are named after the French mathematician Gaston Julia, who studied their properties in the early 20th century.

Expand Down
8 changes: 4 additions & 4 deletions julia_set/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
(generate_opam_files true)

(source
(github mdales/claudius))
(github ClaudiusFX/claudius))

(authors "Michael Dales <michael@digitalflapjack.com>")
(authors "Michael Dales <michael@digitalflapjack.com>" "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>")

(maintainers "Michael Dales <michael@digitalflapjack.com>")
(maintainers "Michael Dales <michael@digitalflapjack.com>" "Shreya Pawaskar <shreya.pawaskar.main@gmail.com>")

(license ICS)

(documentation https://url/to/documentation)
(documentation https://github.com/claudiusFX/claudius-examples/tree/main/julia_set)

(package
(name julia_set)
Expand Down
18 changes: 12 additions & 6 deletions julia_set/julia_set.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ opam-version: "2.0"
synopsis: "An example on Julia Set"
description:
"Julia Sets are intricate fractal shapes that arise from iterating a simple mathematical formula in the complex plane."
maintainer: ["Michael Dales <michael@digitalflapjack.com>"]
authors: ["Michael Dales <michael@digitalflapjack.com>"]
maintainer: [
"Michael Dales <michael@digitalflapjack.com>"
"Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
]
authors: [
"Michael Dales <michael@digitalflapjack.com>"
"Shreya Pawaskar <shreya.pawaskar.main@gmail.com>"
]
license: "ICS"
tags: ["graphics" "rendering" "paletted"]
homepage: "https://github.com/mdales/claudius"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/mdales/claudius/issues"
homepage: "https://github.com/ClaudiusFX/claudius"
doc: "https://github.com/claudiusFX/claudius-examples/tree/main/julia_set"
bug-reports: "https://github.com/ClaudiusFX/claudius/issues"
depends: [
"ocaml"
"dune" {>= "3.12"}
Expand All @@ -29,4 +35,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mdales/claudius.git"
dev-repo: "git+https://github.com/ClaudiusFX/claudius.git"
2 changes: 1 addition & 1 deletion tcc3extra/test/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(test
(name test_day3extra))
(name test_tcc3extra))
File renamed without changes.
Loading