Search OCaml packages
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
package
ISO8601
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.0
0.1.2
search
Overview
Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)" x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)" >
On This Page
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
package ISO8601
ISO8601
CHANGELOG
README
Library
ISO8601
ISO8601
Permissive
Sources
ISO8601
ISO8601.ml
ISO8601_lexer.ml
iSO8601__.ml
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Package index
ISO8601
CHANGELOG
CHANGELOG
0.2.6
migration to ocaml-community
move to dune
update travis build to use Docker
Merge branch 'test' into master, use dune for tests
0.2.5
Added unix requirement in META file
0.2.4
"pp_format: the 'minute' specifier is now modulo 60" (patch by Erkki Seppälä)
0.2.3
Fixed zero padding when printing time zone offset.
0.2.2
Fixed "Warning 40: tm_isdst was selected from type Unix.tm"
0.2.1
Fixing the previous important bugfix. (!)
Fixing the daylight time saving offset in timestamp.
0.2.0
Breaking change in API: functions with optionnal time zone argument splitted into 2 different functions. With and without time zone argument.
Used format-like function to be able to customize printing.
Added printers for basic format.
Important bugfix when using mktime.
0.1.3
Printer bugfix.
0.1.2
Printer bugfix.
0.1.1
Fixed OCaml 3.12.1 compatibility.
0.1.0
Permissive module will parse a superset of (a part of) the ISO8601 spec.
Printing of date / times / ... with the form defined as the extended format.
sectionYPositions = computeSectionYPositions($el), 10)" x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)" >
On This Page
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0