package plato
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Python Library Adapted To OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.1.3.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=4857a49b04ceb297c1eb4b2715d5a47a
    
    
  sha512=daef493c84ce23e11b21f595a3f2f744edcd3741e698f6b21895bcfb79b2c8b36687da3e621ae9bd79612c2bbfdbbd9e624829ea2bb0c118b2c3fbffa2f48d99
    
    
  Description
Python Library Adapted To Ocaml
Plato provides some parts of Python standard library I was missing in OCaml.
That means things relevant in OCaml (typically, not GC related), without a
existing great OCaml library (like re for re or yojson for json).
Published: 28 Aug 2023
README
Python Library Adapted To Ocaml
!! It is known to be untested and quite buggy on some parts. !!
Ok, not -all- Python library, but some very small parts. This is a work in progress, where modules are added when I need them and feel it is worth to add it.
Currently:
- collection (partially)
 - configparser
 - datetime
 - grp
 - itertools
 - os
 - pathlib
 - pwd
 - stat
 - string
 - time
 
Plato contains also some methods of built-in types (list and str), like slicing, strip, startswith...
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page