package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest
  33. alcotest-async
  34. alcotest-js
  35. alcotest-lwt
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. allegro5
  41. alonzo
  42. alsa >= "0.3.0"
  43. alt-ergo >= "2.3.0"
  44. alt-ergo-lib >= "2.4.2"
  45. alt-ergo-parsers
  46. alt-ergo-plugin-ab-why3
  47. altgr-ergo >= "2.3.0"
  48. ambient-context
  49. ambient-context-eio
  50. ambient-context-lwt
  51. amqp-client >= "2.0.3"
  52. amqp-client-async
  53. amqp-client-lwt
  54. ancient >= "0.10.0"
  55. anders
  56. angstrom >= "0.11.1"
  57. angstrom-async >= "0.11.1"
  58. angstrom-lwt-unix >= "0.11.1"
  59. angstrom-unix >= "0.11.1"
  60. ansi
  61. ansi-parse
  62. anthill
  63. antic != "0.3.1"
  64. ao >= "0.2.2"
  65. api-watch
  66. apronext
  67. arb != "0.3.1"
  68. arc
  69. archetype < "1.0.0" | >= "1.2.1"
  70. archi
  71. archi-async
  72. archi-lwt
  73. arg-complete
  74. argon2
  75. argsh
  76. arp
  77. arrakis
  78. arrayjit < "0.5.2"
  79. art
  80. asai
  81. asak
  82. ask
  83. ask-integrator
  84. asli >= "0.2.0"
  85. asn1-combinators >= "0.2.5"
  86. ast_generic
  87. async
  88. async-uri
  89. async_durable
  90. async_extra
  91. async_find
  92. async_graphics
  93. async_inotify
  94. async_interactive
  95. async_js
  96. async_kernel
  97. async_log
  98. async_rpc_kernel
  99. async_rpc_websocket
  100. async_sendfile
  101. async_shell
  102. async_smtp
  103. async_ssl
  104. async_udp
  105. async_unix
  106. async_websocket
  107. atable
  108. atacama
  109. atd >= "2.2.1"
  110. atdcpp
  111. atdd
  112. atdgen >= "2.2.1"
  113. atdgen-codec-runtime
  114. atdgen-runtime >= "2.2.1"
  115. atdj >= "2.2.1"
  116. atdpy
  117. atds
  118. atdts
  119. atomic < "base"
  120. autofonce
  121. autofonce_config
  122. autofonce_core
  123. autofonce_lib
  124. autofonce_m4
  125. autofonce_misc
  126. autofonce_patch
  127. autofonce_share
  128. avro
  129. avro-compiler
  130. awa
  131. awa-mirage
  132. aws >= "1.2"
  133. aws-async
  134. aws-autoscaling >= "1.2"
  135. aws-cloudformation >= "1.2"
  136. aws-cloudtrail >= "1.2"
  137. aws-cloudwatch
  138. aws-config
  139. aws-ec2 >= "1.2"
  140. aws-elasticache
  141. aws-elasticloadbalancing >= "1.2"
  142. aws-lwt
  143. aws-rds
  144. aws-route53
  145. aws-s3
  146. aws-s3-async
  147. aws-s3-lwt
  148. aws-sdb >= "1.2"
  149. aws-sqs
  150. aws-ssm >= "1.2"
  151. aws-sts >= "1.2"
  152. awsm
  153. awsm-async
  154. awsm-codegen
  155. awsm-lwt
  156. azblob
  157. azblob-async
  158. azure-cosmos-db
  159. babel
  160. baby
  161. backoff
  162. bag
  163. baguette_sharp >= "2.2.1-1"
  164. bam
  165. bam-ppx
  166. bare_encoding
  167. bark
  168. base
  169. base32
  170. base64 >= "2.3.0"
  171. base_bigstring
  172. base_quickcheck >= "v0.12.1"
  173. base_trie
  174. bastet
  175. bastet_async
  176. bastet_lwt
  177. batch_jaro_winkler
  178. batsat
  179. batteries >= "3.7.1"
  180. bdd >= "0.5"
  181. bddrand
  182. bech32
  183. bechamel
  184. bechamel-js
  185. bechamel-notty
  186. bechamel-perf
  187. beluga >= "1.0"
  188. benchmark >= "1.6"
  189. benchpress
  190. benchpress-server
  191. bencode >= "2.0"
  192. bentov
  193. bestline
  194. bheap >= "2.0.0"
  195. bibfmt
  196. bidirectional_map
  197. bigarray-compat
  198. bigarray-overlap
  199. bigdecimal
  200. bignum
  201. bigstring >= "0.3"
  202. bigstring-unix
  203. bigstringaf >= "0.5.0"
  204. bimage
  205. bimage-display
  206. bimage-gtk
  207. bimage-io
  208. bimage-lwt
  209. bimage-sdl
  210. bimage-unix
  211. bimap
  212. bin
  213. bin_prot
  214. bin_tree
  215. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  216. binaryen_dsl
  217. bindlib >= "6.0.0"
  218. biniou >= "1.2.1"
  219. binning
  220. binsec
  221. bio_io
  222. biocaml
  223. biotk
  224. bisect_ppx >= "1.4.0"
  225. bistro
  226. bistro-bio
  227. bitcoin >= "3.0"
  228. bitcoin-cohttp-async
  229. bitcoin-cohttp-lwt
  230. bitcoin-ocurl
  231. bitcoinml
  232. bitgenerators
  233. bitlib
  234. bitmasks
  235. bitpack_serializer
  236. bitstring >= "3.1.1" & < "5.0.2"
  237. bitv >= "1.4"
  238. bitwuzla
  239. bitwuzla-bin < "1.0.0"
  240. bitwuzla-c
  241. bitwuzla-cxx
  242. bjack >= "0.1.6"
  243. blake3
  244. bloomf
  245. bls12-381 < "18.0" | >= "19.0"
  246. bls12-381-gen
  247. bls12-381-hash
  248. bls12-381-js
  249. bls12-381-js-gen
  250. bls12-381-legacy
  251. bls12-381-signature
  252. bls12-381-unix
  253. blurhash
  254. bnfgen
  255. bogue
  256. bogue-tutorials
  257. boltzgen
  258. bonsai
  259. boulangerie
  260. box
  261. brr-lwd
  262. bson2
  263. bst >= "7.0.1"
  264. bstr
  265. buffer-pool
  266. build_path_prefix_map >= "0.3"
  267. builder
  268. builder-web
  269. bun >= "0.3.4"
  270. bwd
  271. bwrap
  272. bytearray >= "1.0.1"
  273. bytebuffer
  274. bytepdf
  275. bytestring
  276. bz2
  277. ca-certs
  278. ca-certs-nss
  279. cachet
  280. cachet-lwt
  281. cachet-solo5
  282. cactus
  283. cairn
  284. cairo2 >= "0.6"
  285. cairo2-gtk
  286. cairo2-pango
  287. caisar
  288. caisar-ir
  289. caisar-nnet
  290. caisar-onnx
  291. caisar-ovo
  292. caisar-xgboost
  293. calcium != "0.3.1"
  294. calculon >= "0.4"
  295. calculon-redis
  296. calculon-redis-lib
  297. calculon-web
  298. caldav
  299. calendar >= "3.0.0"
  300. calendars
  301. calipso
  302. calli
  303. callipyge >= "0.2"
  304. camelot
  305. camels
  306. camelsnakekebab
  307. camldiets
  308. camlimages >= "5.0.2"
  309. camlix
  310. camlkit
  311. camlkit-base
  312. camlkit-gui
  313. camlon >= "3.1.0"
  314. camlp-streams
  315. camlrack
  316. camltc >= "0.9.8"
  317. camomile >= "1.0.2"
  318. camyll
  319. canary
  320. capitalization
  321. capnp >= "3.5.0"
  322. capnp-rpc < "2.1"
  323. capnp-rpc-lwt < "2.0"
  324. capnp-rpc-net < "2.1"
  325. capnp-rpc-unix < "2.1"
  326. caqti >= "1.0.0"
  327. caqti-async >= "1.0.0"
  328. caqti-driver-mariadb
  329. caqti-driver-pgx
  330. caqti-driver-postgresql >= "1.0.0"
  331. caqti-driver-sqlite3 >= "1.0.0"
  332. caqti-dynload >= "1.0.0"
  333. caqti-eio
  334. caqti-lwt >= "1.0.0"
  335. caqti-miou
  336. caqti-mirage
  337. caqti-tls
  338. caqti-type-calendar >= "1.0.0"
  339. carbon
  340. carray
  341. carton
  342. carton-git
  343. carton-git-lwt
  344. carton-lwt
  345. carton-miou-unix
  346. castore
  347. catala
  348. catala-format >= "0.2.0"
  349. catala-lsp
  350. catapult
  351. catapult-client
  352. catapult-daemon
  353. catapult-file
  354. catapult-sqlite
  355. cb-check
  356. cbor >= "0.3"
  357. cborl
  358. ccbg
  359. cconv >= "0.5"
  360. cconv-ppx
  361. cdb
  362. cdrom >= "0.9.4"
  363. ceph
  364. certify >= "0.3.0"
  365. cf
  366. cf-lwt
  367. cf_workers
  368. cfg >= "2.2.0"
  369. cfml
  370. cfstream >= "1.3.1"
  371. chacha
  372. chamelon >= "0.2.1"
  373. chamelon-unix
  374. chamo
  375. charInfo_width
  376. charrua
  377. charrua-client
  378. charrua-server
  379. charrua-unix
  380. charset
  381. chartjs
  382. chartjs-annotation
  383. chartjs-colorschemes
  384. chartjs-datalabels
  385. chartjs-streaming
  386. chase
  387. checked_oint
  388. checkseum = "0.0.3" | >= "0.2.1"
  389. choice >= "0.4"
  390. chrome-trace < "3.19.0"
  391. cid
  392. cinaps >= "v0.12.0"
  393. clangml >= "4.0.0"
  394. clangml-transforms
  395. clap >= "0.2.0"
  396. clarity-lang
  397. class_group_vdf
  398. clim
  399. clim-ppx
  400. climate
  401. cll
  402. clp_operations
  403. clz
  404. cmarker
  405. cmdliner-stdlib
  406. cmon
  407. coap
  408. coap-core
  409. coap-server-lwt
  410. cobs
  411. codept != "0.11.1"
  412. codept-lib
  413. codicons
  414. cohttp >= "1.1.1"
  415. cohttp-async
  416. cohttp-bench
  417. cohttp-curl
  418. cohttp-curl-async
  419. cohttp-curl-lwt
  420. cohttp-eio
  421. cohttp-lwt
  422. cohttp-lwt-jsoo
  423. cohttp-lwt-unix
  424. cohttp-mirage
  425. cohttp-server-lwt-unix
  426. cohttp-top
  427. cohttp_async_websocket
  428. cohttp_static_handler
  429. coin >= "0.1.1"
  430. colibri2
  431. colombe
  432. color >= "0.2.0"
  433. color-brewery
  434. colors
  435. combic
  436. combinaml
  437. combinat
  438. comby >= "1.4.0"
  439. comby-kernel
  440. comby-semantic
  441. command_rpc
  442. conan
  443. conan-cli
  444. conan-database
  445. conan-lwt
  446. conan-unix
  447. conduit
  448. conduit-async
  449. conduit-lwt
  450. conduit-lwt-unix
  451. conduit-mirage
  452. conex >= "0.10.0"
  453. conex-mirage-crypto
  454. confero
  455. config
  456. config-file = "1.2.1"
  457. conformist
  458. containers
  459. containers-data
  460. containers-thread
  461. content_security_policy
  462. cookie
  463. cookies
  464. coq >= "8.14.0" & < "9.0.0"
  465. coq-core
  466. coq-lsp
  467. coq-of-ocaml >= "2.4.1"
  468. coq-serapi >= "8.9.0+0.6.0"
  469. coq-stdlib < "9.0.0"
  470. coq-waterproof
  471. coqide >= "8.14.0"
  472. coqide-server
  473. core
  474. core-and-more
  475. core_bench
  476. core_compat
  477. core_extended
  478. core_kernel >= "v0.12.3"
  479. core_profiler
  480. core_unix
  481. cosovo
  482. cow >= "2.4.0"
  483. cowabloga >= "0.5.0"
  484. cpm >= "12.1.2"
  485. cppo >= "1.6.6"
  486. cppo_ocamlbuild >= "1.6.6"
  487. cps_toolbox
  488. cpu
  489. cpuid >= "0.1.2"
  490. crc >= "2.1.0"
  491. crlibm >= "0.3"
  492. crontab
  493. crowbar >= "0.2"
  494. crunch
  495. cry >= "0.6.5"
  496. crypt >= "2.0"
  497. cryptokit >= "1.16.1"
  498. csexp
  499. css
  500. css-parser
  501. cstruct
  502. cstruct-async
  503. cstruct-lwt
  504. cstruct-sexp
  505. cstruct-unix
  506. csv >= "2.2"
  507. csv-lwt >= "2.1"
  508. csvfields
  509. csvtool
  510. ctoxml
  511. ctypes >= "0.21.1"
  512. ctypes-foreign >= "0.21.1"
  513. ctypes-zarith
  514. ctypes_stubs_js
  515. cucumber
  516. cudajit < "0.7.0"
  517. cudd < "0.1.3"
  518. cudf >= "0.10"
  519. cue_sheet_maker
  520. cuid >= "0.2"
  521. cumulus
  522. curl
  523. curl_lwt
  524. curly >= "0.2.0"
  525. current
  526. current-albatross-deployer
  527. current-web-pipelines
  528. current_ansi
  529. current_docker
  530. current_examples
  531. current_git
  532. current_github
  533. current_gitlab
  534. current_incr
  535. current_ocluster
  536. current_rpc
  537. current_slack
  538. current_ssh
  539. current_web
  540. curses >= "1.0.9"
  541. curve-sampling
  542. cvc5
  543. cviode
  544. DkSDKFFIOCaml_Std
  545. daft >= "0.0.4"
  546. dap
  547. data-encoding
  548. dataframe
  549. datakit-server >= "0.12.2"
  550. datakit-server-9p >= "0.12.2"
  551. datalog >= "0.6"
  552. dates_calc
  553. daypack-lib
  554. dbf != "0.1.1"
  555. dblp
  556. dblp-api
  557. debian-formats >= "0.1.2"
  558. decimal
  559. decoders >= "0.1.2"
  560. decoders-bencode
  561. decoders-cbor
  562. decoders-ezjsonm >= "0.1.2"
  563. decoders-ezxmlm
  564. decoders-jsonaf
  565. decoders-jsonm
  566. decoders-msgpck
  567. decoders-sexplib
  568. decoders-yojson >= "0.1.2"
  569. decompress >= "0.8.1"
  570. dedent
  571. dedukti >= "2.7"
  572. delimcc_of_fxhandler
  573. delimited_parsing
  574. depyt
  575. devkit >= "1.0"
  576. diet >= "0.2"
  577. diff
  578. diffable
  579. digestif >= "0.9.0"
  580. directories
  581. dirsift
  582. dirsp-exchange
  583. dirsp-exchange-kbb2017
  584. dirsp-proscript
  585. dirsp-proscript-mirage
  586. dirsp-ps2ocaml
  587. diskuvbox
  588. disml
  589. dispatch >= "0.4.1"
  590. dispatch-js
  591. distributed >= "0.6.0"
  592. distributed-lwt >= "0.2.0"
  593. distributed-uwt >= "0.2.0"
  594. dkim
  595. dkim-bin
  596. dkim-lwt-unix
  597. dkim-mirage
  598. dkml-c-probe
  599. dkml-component-offline-ocamlrun
  600. dkml-component-offline-opam
  601. dkml-component-staging-ocamlrun
  602. dkml-component-staging-opam32
  603. dkml-component-staging-opam64
  604. dkml-dune-dsl
  605. dkml-dune-dsl-show
  606. dkml-install
  607. dkml-install-installer
  608. dkml-install-runner
  609. dkml-option-vcpkg
  610. dkml-package-console
  611. dkml-runtime-common >= "2.0.3"
  612. dkml-runtime-distribution
  613. dkml-workflows
  614. dlm >= "0.3.1"
  615. dmap
  616. dmarc
  617. dns
  618. dns-certify
  619. dns-cli
  620. dns-client
  621. dns-client-lwt
  622. dns-client-miou-unix
  623. dns-client-mirage
  624. dns-lwt
  625. dns-mirage
  626. dns-resolver
  627. dns-server
  628. dns-stub
  629. dns-tsig
  630. dnssec
  631. docfd
  632. docker-api >= "0.2"
  633. docker_hub
  634. dockerfile
  635. dockerfile-cmd
  636. dockerfile-opam >= "8.2.7"
  637. docteur
  638. docteur-solo5
  639. docteur-unix
  640. doculib
  641. doi2bib
  642. dokeysto >= "3.0.2"
  643. dokeysto_camltc >= "3.0.2"
  644. dokeysto_lz4 >= "3.0.2"
  645. dolmen >= "0.4.1"
  646. dolmen_bin
  647. dolmen_loop
  648. dolmen_lsp
  649. dolmen_model
  650. dolmen_type
  651. dolog >= "4.0.0"
  652. domain-local-await
  653. domain-local-timeout
  654. domain-name
  655. domain_shims
  656. domainslib
  657. dose3 >= "6.1"
  658. dose3-extra
  659. dot-merlin-reader
  660. dotenv
  661. dream
  662. dream-accept
  663. dream-cli
  664. dream-encoding
  665. dream-html
  666. dream-htmx
  667. dream-httpaf
  668. dream-inertia
  669. dream-livereload
  670. dream-pure
  671. dream-serve
  672. dream_middleware_ext
  673. drom >= "0.3.0"
  674. drom_lib >= "0.3.0"
  675. drom_toml
  676. dropbox
  677. dropbox_lwt_unix
  678. dscheck
  679. dssi >= "0.1.3"
  680. dtc-pb
  681. dtoa >= "0.3.2"
  682. dtools >= "0.4.2"
  683. dual
  684. duff >= "0.2"
  685. dum >= "1.0.3"
  686. dump_ocamlformat
  687. dune-action-plugin < "3.19.0"
  688. dune-build-info < "3.19.0"
  689. dune-cargo-build
  690. dune-compiledb
  691. dune-configurator >= "2.5.1" & < "3.19.0"
  692. dune-deps
  693. dune-expand
  694. dune-glob < "3.19.0"
  695. dune-private-libs < "3.19.0"
  696. dune-release >= "1.0.0" & != "2.0.0"
  697. dune-rpc < "3.19.0"
  698. dune-rpc-lwt < "3.19.0"
  699. dune-site < "3.19.0"
  700. duppy >= "0.9.0"
  701. duration
  702. dyn < "3.19.0"
  703. dypgen
  704. earley >= "3.0.0"
  705. earlybird
  706. easy-format >= "1.3.2"
  707. easy_logging
  708. easy_logging_yojson
  709. ecaml
  710. edn
  711. ego
  712. eigen >= "0.1.0"
  713. eio
  714. eio-ssl
  715. eio-trace
  716. eio_linux
  717. eio_main
  718. eio_posix
  719. eio_windows
  720. either
  721. elasticsearch-cli >= "0.5"
  722. electrod
  723. eliom >= "10.1.2"
  724. elm_core
  725. elm_playground
  726. elm_playground_native
  727. elm_playground_web
  728. elm_system
  729. elpi
  730. email_message
  731. embedded_ocaml_templates
  732. emile >= "0.4"
  733. emoji >= "2.0.0"
  734. encore >= "0.4"
  735. env_config
  736. epictetus
  737. eqaf >= "0.2"
  738. eqaf-cstruct
  739. equinoxe
  740. equinoxe-cohttp
  741. equinoxe-hlc
  742. erlang
  743. errpy
  744. erssical
  745. esa
  746. esgg
  747. esperanto-cosmopolitan >= "0.0.5"
  748. ethernet
  749. euler
  750. exenum >= "0.86"
  751. exit
  752. expect >= "0.1.0"
  753. expect_test_helpers
  754. expect_test_helpers_async
  755. expect_test_helpers_core
  756. expect_test_helpers_kernel
  757. expr
  758. extism
  759. extism-manifest
  760. extlib >= "1.7.9"
  761. extunix >= "0.3.1"
  762. ez_api
  763. ez_cmdliner >= "0.2.0"
  764. ez_config >= "0.2.0"
  765. ez_file >= "0.3.0"
  766. ez_hash
  767. ez_pgocaml
  768. ez_search
  769. ez_subst
  770. ezcurl
  771. ezcurl-lwt
  772. ezdl
  773. ezgzip >= "0.2.3"
  774. ezjs_ace
  775. ezjs_blockies
  776. ezjs_cleave
  777. ezjs_crypto
  778. ezjs_cytoscape
  779. ezjs_d3pie
  780. ezjs_extension
  781. ezjs_fetch
  782. ezjs_idb
  783. ezjs_jquery
  784. ezjs_min
  785. ezjs_odometer
  786. ezjs_push
  787. ezjs_qrcode
  788. ezjs_recaptcha
  789. ezjs_timeline
  790. ezjsonm >= "1.0.0"
  791. ezjsonm-encoding
  792. ezjsonm-lwt
  793. ezresto
  794. ezresto-directory
  795. ezsqlite >= "0.4.2"
  796. ezxmlm >= "1.1.0"
  797. FPauth
  798. FPauth-core
  799. FPauth-responses
  800. FPauth-strategies
  801. FrontC >= "4.0.0"
  802. faad >= "0.5.0"
  803. facteur
  804. fadbadml >= "0.1.2"
  805. faraday >= "0.7.1"
  806. faraday-async >= "0.7.1"
  807. faraday-lwt >= "0.7.1"
  808. faraday-lwt-unix >= "0.7.1"
  809. farith
  810. farmhash >= "0.4"
  811. fasmifra
  812. fat-filesystem >= "0.13.0"
  813. fd-send-recv >= "2.0.1"
  814. fdkaac >= "0.3.2"
  815. feat
  816. feat-core
  817. feat-num
  818. feather
  819. feather_async
  820. ff
  821. ff-bench
  822. ff-pbt
  823. ff-sig
  824. ffmpeg >= "1.0.0~beta1"
  825. ffmpeg-av
  826. ffmpeg-avcodec
  827. ffmpeg-avdevice
  828. ffmpeg-avfilter
  829. ffmpeg-avutil
  830. ffmpeg-swresample
  831. ffmpeg-swscale
  832. fftw3 >= "0.8.2"
  833. fiat-p256
  834. fiber
  835. fiber-lwt
  836. fieldslib >= "v0.12.0"
  837. file_path
  838. fileutils >= "0.6.1"
  839. finch
  840. fit < "1.3.2"
  841. fix >= "20181206"
  842. flac
  843. flatunionfind
  844. flex-array
  845. flint >= "0.3.2"
  846. flow_parser >= "0.229.1"
  847. fluxt
  848. fmlib
  849. fmlib_browser
  850. fmlib_js
  851. fmlib_parse
  852. fmlib_pretty
  853. fmlib_std
  854. fontforge-of-ocaml
  855. forester
  856. frama-c >= "26.0~beta"
  857. frama-c-lannotate >= "0.2.3"
  858. frama-c-luncov >= "0.2.1"
  859. frama-c-metacsl >= "0.4"
  860. frama-clang
  861. fred
  862. freetds >= "0.7"
  863. frei0r >= "0.1.2"
  864. frenetic
  865. fromager
  866. frontmatter_extractor
  867. fsevents
  868. fsevents-lwt
  869. fsml
  870. fstar >= "2025.02.17"
  871. fswatch
  872. fswatch_async
  873. fswatch_lwt
  874. fun-postgresql
  875. fun-sql
  876. fun-sqlite
  877. functoria
  878. functoria-runtime
  879. fungi
  880. fuseau
  881. fuseau-lwt
  882. fuzzy_compare
  883. fuzzy_match
  884. fzf
  885. General
  886. GT < "0.5.4"
  887. gapi-ocaml
  888. gbddml
  889. gccjit
  890. gd >= "1.1"
  891. gdbprofiler >= "0.4"
  892. gel
  893. gemini >= "0.3.0"
  894. gen >= "0.5.2"
  895. gen_js_api
  896. gendarme
  897. gendarme-csv
  898. gendarme-ezjsonm
  899. gendarme-json < "0.4.0"
  900. gendarme-toml
  901. gendarme-yaml
  902. gendarme-yojson
  903. genprint
  904. genspio >= "0.0.3"
  905. genspir >= "1.0.1"
  906. geojson
  907. geojsone
  908. geoml
  909. get_line >= "7.0.0"
  910. getopt >= "20230213"
  911. gettext >= "0.4.1" & < "0.5.0"
  912. gettext-camomile < "0.5.0"
  913. gettext-stub < "0.5.0"
  914. giflib < "1.1.0"
  915. git
  916. git-cohttp
  917. git-cohttp-unix
  918. git-http
  919. git-kv
  920. git-mirage
  921. git-net
  922. git-paf
  923. git-split
  924. git-unix
  925. github >= "4.0.0"
  926. github-data
  927. github-hooks
  928. github-hooks-unix >= "0.5.0"
  929. github-jsoo >= "4.1.0"
  930. github-unix >= "4.0.0"
  931. gitlab
  932. gitlab-jsoo
  933. gitlab-unix
  934. gitlab_pipeline_notifier
  935. gl-legacy
  936. glfw-ocaml
  937. globlon
  938. gluon
  939. gluten
  940. gluten-async
  941. gluten-eio
  942. gluten-lwt
  943. gluten-lwt-unix
  944. gluten-mirage
  945. gmap
  946. gmp
  947. gnuplot >= "0.6"
  948. gobba
  949. gobject-introspection
  950. goblint
  951. goblint-cil >= "1.8.0"
  952. google-drive-ocamlfuse
  953. gopcaml-mode >= "0.0.2"
  954. gopcaml-mode-merlin
  955. gospel
  956. gotd
  957. gperftools >= "0.4"
  958. gpiod
  959. gpr >= "1.4.0"
  960. gpt
  961. gptar
  962. gr
  963. grace
  964. gradescope_submit
  965. grain_dypgen >= "0.2.1"
  966. graphics >= "5.0.0"
  967. graphql >= "0.8.0"
  968. graphql-async >= "0.8.0"
  969. graphql-cohttp >= "0.9.0"
  970. graphql-lwt >= "0.8.0"
  971. graphql_jsoo_client
  972. graphql_parser >= "0.9.0"
  973. graphql_ppx
  974. graphv
  975. graphv_core
  976. graphv_core_lib
  977. graphv_font
  978. graphv_font_js
  979. graphv_font_stb_truetype
  980. graphv_gles2
  981. graphv_gles2_native
  982. graphv_gles2_native_impl
  983. graphv_webgl
  984. graphv_webgl_impl
  985. gremlin
  986. grenier >= "0.8"
  987. grid
  988. grpc
  989. grpc-async
  990. grpc-bench
  991. grpc-eio
  992. grpc-examples
  993. grpc-lwt
  994. gsl >= "1.24.0"
  995. gstreamer >= "0.3.1"
  996. guardian
  997. guile
  998. h1
  999. h1-lwt-unix
  1000. h1_parser
  1001. h2
  1002. h2-async
  1003. h2-eio
  1004. h2-lwt
  1005. h2-lwt-unix
  1006. h2-mirage
  1007. hachis
  1008. hack_parallel >= "1.0.0"
  1009. hacl-star
  1010. hacl-star-raw >= "0.5.0"
  1011. hacl_func
  1012. hacl_x25519
  1013. happy-eyeballs
  1014. happy-eyeballs-lwt
  1015. happy-eyeballs-miou-unix
  1016. happy-eyeballs-mirage
  1017. hardcaml
  1018. hardcaml-lua
  1019. hardcaml_axi
  1020. hardcaml_c
  1021. hardcaml_circuits
  1022. hardcaml_event_driven_sim
  1023. hardcaml_fixed_point
  1024. hardcaml_handshake
  1025. hardcaml_of_verilog
  1026. hardcaml_step_testbench
  1027. hardcaml_verify
  1028. hardcaml_verilator
  1029. hardcaml_waveterm
  1030. hardcaml_xilinx
  1031. hardcaml_xilinx_components
  1032. hardcaml_xilinx_reports
  1033. hashcons >= "1.4.0"
  1034. hashids >= "1.0.1"
  1035. hashset >= "1.0.1"
  1036. haxe >= "4.1.1"
  1037. hc
  1038. hdf5 >= "0.1.5"
  1039. hdr_histogram >= "0.0.3"
  1040. headache
  1041. header-check
  1042. hector
  1043. herdtools7 >= "7.55"
  1044. heroicons-reason-react
  1045. hex >= "1.3.0"
  1046. hex_encode
  1047. hexstring
  1048. hg_lib
  1049. hidapi >= "1.1"
  1050. hidapi-lwt
  1051. higher_kinded
  1052. highlexer
  1053. higlo >= "0.8"
  1054. hilite
  1055. hkdf
  1056. hl_yaml
  1057. hockmd
  1058. hol2dk
  1059. hooke
  1060. horned_worm
  1061. hpack
  1062. hsluv
  1063. html_of_jsx < "0.0.5"
  1064. htmlfromtexbooks
  1065. hts_shrink >= "2.1.2"
  1066. http
  1067. http-cookie
  1068. http-date
  1069. http-lwt-client
  1070. http-mirage-client
  1071. http-multipart-formdata
  1072. http_async
  1073. httpaf >= "0.6.0"
  1074. httpaf-async >= "0.6.0"
  1075. httpaf-lwt-unix
  1076. httpaf_caged
  1077. httpcats
  1078. httph
  1079. httpun
  1080. httpun-async
  1081. httpun-eio
  1082. httpun-lwt
  1083. httpun-lwt-unix
  1084. httpun-mirage
  1085. httpun-types
  1086. httpun-ws
  1087. httpun-ws-async
  1088. httpun-ws-eio
  1089. httpun-ws-lwt
  1090. httpun-ws-lwt-unix
  1091. httpun-ws-mirage
  1092. huffman
  1093. hurl
  1094. hvsock >= "2.0.0"
  1095. hxd
  1096. hyper
  1097. ISO3166
  1098. ISO8601 >= "0.2.6"
  1099. i3ipc
  1100. icalendar
  1101. idd
  1102. idds
  1103. imagelib
  1104. imguiml
  1105. incr_dom
  1106. incr_dom_interactive
  1107. incr_dom_keyboard
  1108. incr_dom_partial_render
  1109. incr_dom_sexp_form
  1110. incr_dom_widgets
  1111. incr_map
  1112. incr_select
  1113. incremental
  1114. incremental_cycles
  1115. indentation_buffer
  1116. index
  1117. index-bench
  1118. inferno >= "20190924"
  1119. influxdb
  1120. influxdb-async
  1121. influxdb-lwt
  1122. inifiles
  1123. inotify >= "2.4"
  1124. inotify-eio
  1125. inquire
  1126. inquirer_oc
  1127. int_repr
  1128. integers >= "0.3.0"
  1129. integers_stubs_js
  1130. integration1d >= "0.5.1"
  1131. interface-prime
  1132. interface-prime-lwt
  1133. interval >= "1.5" & < "1.6"
  1134. interval-map
  1135. interval_base
  1136. interval_crlibm
  1137. interval_intel
  1138. intPQueue < "20250925"
  1139. io-page
  1140. io-page-unix
  1141. iomux < "0.4"
  1142. iostream
  1143. iostream-camlzip
  1144. ip2location
  1145. ip2locationio >= "1.0.1"
  1146. ip2proxy
  1147. ip2whois
  1148. ipaddr >= "2.9.0"
  1149. ipaddr-cstruct
  1150. ipaddr-sexp
  1151. irc-client >= "0.6.2"
  1152. irc-client-lwt >= "0.6.2"
  1153. irc-client-lwt-ssl
  1154. irc-client-tls >= "0.6.2"
  1155. irc-client-unix >= "0.6.2"
  1156. iri >= "0.6.0" & < "1.1.0"
  1157. irmin
  1158. irmin-bench
  1159. irmin-chunk
  1160. irmin-cli
  1161. irmin-client
  1162. irmin-containers
  1163. irmin-fs
  1164. irmin-git
  1165. irmin-graphql
  1166. irmin-http
  1167. irmin-indexeddb
  1168. irmin-layers
  1169. irmin-mirage
  1170. irmin-mirage-git
  1171. irmin-mirage-graphql
  1172. irmin-pack
  1173. irmin-pack-tools
  1174. irmin-server
  1175. irmin-test
  1176. irmin-tezos
  1177. irmin-unix
  1178. irmin-watcher
  1179. iso639
  1180. iter >= "1.4"
  1181. itv-tree >= "2.2"
  1182. jane-street-headers >= "v0.12.0"
  1183. jane_rope
  1184. janestreet_cpuid
  1185. janestreet_csv
  1186. janestreet_lru_cache
  1187. jasmin >= "2023.06.0"
  1188. jekyll-format >= "0.2.0"
  1189. jemalloc >= "0.2"
  1190. jext
  1191. jhupllib >= "0.2.1"
  1192. jingoo >= "1.3.0"
  1193. jose
  1194. js_of_ocaml < "6.0.1"
  1195. js_of_ocaml-compiler < "6.0.1"
  1196. js_of_ocaml-lwt < "6.0.1"
  1197. js_of_ocaml-ocamlbuild >= "3.5.0"
  1198. js_of_ocaml-ppx < "6.0.1"
  1199. js_of_ocaml-ppx_deriving_json < "6.0.1"
  1200. js_of_ocaml-toplevel < "6.0.1"
  1201. js_of_ocaml-tyxml < "6.0.1"
  1202. js_of_ocaml-webgpu
  1203. js_of_ocaml-webidl
  1204. js_of_ocaml_patches
  1205. json-data-encoding < "1.1.1"
  1206. json-data-encoding-browser < "1.1.1"
  1207. json-data-encoding-bson < "1.1.1"
  1208. json_decoder
  1209. jsonaf
  1210. jsonoo
  1211. jsonrpc
  1212. jsonschema2atd
  1213. jsonxt
  1214. jsoo-react
  1215. jsoo_broadcastchannel
  1216. jsoo_storage
  1217. jst-config
  1218. junit >= "2.0.1"
  1219. junit_alcotest >= "2.0.1"
  1220. junit_ounit >= "2.0.1"
  1221. jupyter
  1222. jupyter-archimedes
  1223. jupyter-kernel
  1224. jwto
  1225. kafka >= "0.5"
  1226. kafka_async
  1227. kafka_lwt
  1228. kappa-agents
  1229. kappa-binaries
  1230. kappa-library
  1231. kappa-server
  1232. kcas
  1233. kcas_data
  1234. kdf
  1235. kdl
  1236. ke
  1237. key-parsers >= "0.10.1"
  1238. kicadsch >= "0.4.0"
  1239. kind2
  1240. kinetic-client >= "0.0.11"
  1241. kittyimg
  1242. kkmarkdown
  1243. kmt
  1244. knights_tour
  1245. kot
  1246. kqueue
  1247. krb
  1248. lab
  1249. lablgtk3 >= "3.0.beta4"
  1250. lablgtk3-extras >= "3.0.1"
  1251. lablgtk3-goocanvas2
  1252. lablgtk3-gtkspell3
  1253. lablgtk3-rsvg2
  1254. lablgtk3-sourceview3
  1255. lablqml
  1256. labrys
  1257. lacaml >= "11.0.2"
  1258. ladspa >= "0.2.0"
  1259. lambda
  1260. lambda-runtime
  1261. lambda-term >= "2.0"
  1262. lambda_streams
  1263. lambda_streams_async
  1264. lambda_streams_lwt
  1265. lambdapi
  1266. lambdasoup >= "0.6.4"
  1267. lame >= "0.3.4"
  1268. landmarks = "1.4"
  1269. landmarks-ppx < "1.5"
  1270. lascar >= "0.6-alpha"
  1271. lastfm >= "0.3.3"
  1272. launchd >= "1.3"
  1273. lazy-trie
  1274. lbfgs >= "0.9.1"
  1275. lbvs_consent >= "2.1.0"
  1276. ldap >= "2.4.1"
  1277. ldp < "0.5.0"
  1278. ldp_curl < "0.5.0"
  1279. ldp_js < "0.5.0"
  1280. ldp_tls < "0.5.0"
  1281. leaflet
  1282. learn-ocaml
  1283. learn-ocaml-client
  1284. leaves
  1285. ledgerwallet
  1286. ledgerwallet-tezos
  1287. legacy_diffable
  1288. lens >= "1.2.3"
  1289. letsencrypt
  1290. letsencrypt-app
  1291. letsencrypt-dns
  1292. letsencrypt-mirage
  1293. letters
  1294. leveldb >= "1.3.0"
  1295. lib_parsing
  1296. libabsolute
  1297. libbinaryen < "105.1.0" | >= "107.0.1"
  1298. libbpf
  1299. libbpf_maps
  1300. libc
  1301. libirmin
  1302. libsail
  1303. libsvm >= "0.10.0"
  1304. libzipperposition
  1305. lilac
  1306. lilv
  1307. line-up-words
  1308. line_oriented
  1309. linenoise >= "1.2.0"
  1310. links
  1311. links-mysql
  1312. links-postgresql
  1313. links-sqlite3
  1314. linol
  1315. linol-eio
  1316. linol-lwt
  1317. lintcstubs
  1318. lintcstubs-arity
  1319. lintcstubs-gen
  1320. linwrap
  1321. liquid_interpreter
  1322. liquid_ml
  1323. liquid_parser
  1324. liquid_std
  1325. liquid_syntax
  1326. liquidsoap-core
  1327. liquidsoap-lang < "2.3.3"
  1328. liquidsoap-libs
  1329. liquidsoap-libs-extra
  1330. little_logger
  1331. llama
  1332. llama-cpp-ocaml
  1333. llama_core
  1334. llama_interactive
  1335. llama_midi
  1336. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1337. lmdb >= "1.0"
  1338. lo >= "0.2.0"
  1339. lockfree
  1340. loga
  1341. logical
  1342. logs-async
  1343. logs-async-reporter
  1344. logs-ppx
  1345. logs-syslog
  1346. logtk
  1347. loop
  1348. lp
  1349. lp-glpk
  1350. lp-glpk-js
  1351. lp-gurobi
  1352. lp-highs
  1353. lpd
  1354. lreplay
  1355. lru >= "0.3.0"
  1356. lru_cache
  1357. lsp
  1358. lt-code
  1359. lua-ml >= "0.9.3"
  1360. lua_parser
  1361. lucid
  1362. lun
  1363. lustre-v6 >= "6.103.3"
  1364. lutils >= "1.51.2"
  1365. lutin >= "2.71.10"
  1366. luv
  1367. luv_unix
  1368. lwd
  1369. lwt
  1370. lwt-canceler >= "0.2"
  1371. lwt-dllist
  1372. lwt-exit
  1373. lwt-parallel
  1374. lwt-watcher >= "0.2"
  1375. lwt_direct
  1376. lwt_domain
  1377. lwt_eio
  1378. lwt_glib >= "1.1.1"
  1379. lwt_log >= "1.1.1"
  1380. lwt_ppx >= "1.2.2"
  1381. lwt_react >= "1.1.2"
  1382. lwt_retry
  1383. lwt_runtime_events
  1384. lwt_ssl >= "1.1.3"
  1385. lz4 >= "1.2.0"
  1386. lz4_chans >= "3.0.1"
  1387. lzo >= "0.0.3"
  1388. MlFront_Cache < "2.4.2.30"
  1389. MlFront_Cli < "2.4.2.30"
  1390. MlFront_Config < "2.4.2.30"
  1391. MlFront_Core < "2.4.2.30"
  1392. MlFront_Errors < "2.4.2.30"
  1393. MlFront_Logs < "2.4.2.30"
  1394. MlFront_Manip < "2.4.2.30"
  1395. MlFront_Signify < "2.4.2.30"
  1396. MlFront_ZipFile < "2.4.2.30"
  1397. m_tree
  1398. macaddr
  1399. macaddr-cstruct
  1400. macaddr-sexp
  1401. mad >= "0.5.0"
  1402. magic-mime >= "1.1.2"
  1403. magic-trace
  1404. make-random
  1405. malfunction
  1406. man_in_the_middle_debugger
  1407. mariadb >= "1.2.0"
  1408. markdown
  1409. markup >= "0.8.0"
  1410. markup-lwt
  1411. mastodon-archive-viewer >= "0.2"
  1412. matita
  1413. matplotlib
  1414. mazeppa
  1415. mbr-format
  1416. mc2
  1417. mccs >= "1.1+10"
  1418. md2mld
  1419. mdx != "1.7.0"
  1420. mec
  1421. mechaml
  1422. mehari
  1423. mehari-eio
  1424. mehari-eio-unix
  1425. mehari-lwt-unix
  1426. mehari-mirage
  1427. mel
  1428. melange < "6.0.1-51"
  1429. melange-atdgen-codec-runtime
  1430. melange-compiler-libs
  1431. melange-fest
  1432. melange-fetch
  1433. melange-jest
  1434. melange-json < "2.0.0"
  1435. melange-json-native < "2.0.0"
  1436. melange-moment
  1437. melange-numeral
  1438. melange-radix-icons
  1439. melange-react-dates
  1440. melange-react-query
  1441. melange-recharts
  1442. melange-testing-library
  1443. melange-webapi
  1444. meldep
  1445. mem_usage
  1446. memcad
  1447. memfd
  1448. memgraph
  1449. memgraph_kitty
  1450. memo
  1451. memprof-limits
  1452. memtrace
  1453. memtrace-mirage
  1454. memtrace_viewer
  1455. menhir >= "20200123"
  1456. menhirCST
  1457. menhirLib
  1458. menhirSdk
  1459. merge-fmt
  1460. merlin
  1461. merlin-extend
  1462. merlin-lib
  1463. mesh >= "0.9.5"
  1464. mesh-easymesh >= "0.9.5"
  1465. mesh-graphics >= "0.9.5"
  1466. mesh-triangle >= "0.9.5"
  1467. metadata
  1468. metadb
  1469. metapp
  1470. metaquot
  1471. metrics
  1472. metrics-influx
  1473. metrics-lwt
  1474. metrics-rusage
  1475. metrics-unix
  1476. mew
  1477. mew_vi
  1478. middleware
  1479. mimic
  1480. mimic-happy-eyeballs
  1481. mindstorm >= "0.8"
  1482. mindstorm-lwt
  1483. minicaml
  1484. minicli >= "5.0.2"
  1485. minisat >= "0.3"
  1486. minttea
  1487. miou
  1488. mirage >= "4.0.0"
  1489. mirage-block
  1490. mirage-block-ccm
  1491. mirage-block-combinators
  1492. mirage-block-lwt
  1493. mirage-block-partition
  1494. mirage-block-ramdisk
  1495. mirage-block-solo5
  1496. mirage-block-unikraft
  1497. mirage-block-unix
  1498. mirage-block-xen
  1499. mirage-bootvar
  1500. mirage-channel >= "3.2.0"
  1501. mirage-channel-lwt
  1502. mirage-clock
  1503. mirage-clock-lwt
  1504. mirage-clock-unix
  1505. mirage-conduit
  1506. mirage-console
  1507. mirage-console-lwt
  1508. mirage-crypto
  1509. mirage-crypto-ec
  1510. mirage-crypto-pk
  1511. mirage-crypto-rng
  1512. mirage-crypto-rng-async
  1513. mirage-crypto-rng-eio
  1514. mirage-crypto-rng-lwt
  1515. mirage-crypto-rng-miou-unix
  1516. mirage-crypto-rng-mirage
  1517. mirage-device
  1518. mirage-dns
  1519. mirage-flow
  1520. mirage-flow-combinators
  1521. mirage-flow-lwt
  1522. mirage-flow-unix
  1523. mirage-fs
  1524. mirage-fs-lwt
  1525. mirage-kv >= "2.0.0"
  1526. mirage-kv-lwt >= "2.0.0"
  1527. mirage-kv-mem
  1528. mirage-kv-unix
  1529. mirage-logs
  1530. mirage-monitoring
  1531. mirage-mtime
  1532. mirage-nat
  1533. mirage-net
  1534. mirage-net-lwt
  1535. mirage-net-macosx >= "1.5.0"
  1536. mirage-net-solo5
  1537. mirage-net-unikraft
  1538. mirage-net-unix
  1539. mirage-net-xen
  1540. mirage-profile
  1541. mirage-protocols
  1542. mirage-protocols-lwt
  1543. mirage-ptime
  1544. mirage-qubes
  1545. mirage-qubes-ipv4
  1546. mirage-random
  1547. mirage-runtime
  1548. mirage-sleep
  1549. mirage-solo5
  1550. mirage-stack
  1551. mirage-stack-lwt
  1552. mirage-time
  1553. mirage-time-lwt
  1554. mirage-time-unix
  1555. mirage-types >= "3.6.0"
  1556. mirage-types-lwt >= "3.6.0"
  1557. mirage-unix
  1558. mirage-vnetif
  1559. mirage-xen
  1560. mjson
  1561. mkaudio >= "1.1.0"
  1562. mkocaml
  1563. mlbdd >= "0.7.2"
  1564. mlfenv
  1565. mlmpfr >= "4.0.2+dune"
  1566. mlpost
  1567. mlpost-lablgtk
  1568. mlt_parser
  1569. mlx < "0.10"
  1570. mm >= "0.7.0"
  1571. mmap
  1572. mmdb
  1573. mmo
  1574. mnd
  1575. mock >= "0.1.1"
  1576. mock-ounit >= "0.1.1"
  1577. module-graph
  1578. molenc >= "5.0.0"
  1579. monaco_jsoo
  1580. monolith
  1581. monomorphic >= "2.0"
  1582. monorobot
  1583. moonpool
  1584. moonpool-io
  1585. moonpool-lwt
  1586. mopsa
  1587. morbig >= "0.10.3"
  1588. morsmall
  1589. moss >= "0.1.1"
  1590. mparser >= "1.3"
  1591. mparser-pcre
  1592. mparser-re
  1593. mperf
  1594. mpg123
  1595. mpp >= "0.3.4"
  1596. mpris
  1597. mpris-clients
  1598. mqtt
  1599. mrmime
  1600. msat >= "0.8"
  1601. msat-bin
  1602. msgpck >= "1.5"
  1603. msgpck-repr
  1604. mssql
  1605. mugen
  1606. mula
  1607. multibase
  1608. multicodec
  1609. multicont >= "1.0.1"
  1610. multicore-bench
  1611. multicore-magic
  1612. multicore-magic-dscheck
  1613. multihash
  1614. multihash-digestif
  1615. multipart-form-data >= "0.3.0"
  1616. multipart_form
  1617. multipart_form-cohttp-lwt
  1618. multipart_form-eio
  1619. multipart_form-lwt
  1620. multipart_form-miou
  1621. murmur3 >= "0.3"
  1622. mustache >= "3.1.0"
  1623. mustache-cli
  1624. mutaml
  1625. mutf8
  1626. mwt
  1627. mybuild >= "7"
  1628. mysql8
  1629. mysql_protocol
  1630. n_ary
  1631. naboris
  1632. nacc
  1633. nanoev
  1634. nanoev-picos
  1635. nanoev-posix
  1636. nanoev_tiny_httpd
  1637. nanoid
  1638. nanosvg
  1639. nanosvg_text
  1640. nbd >= "4.0.3"
  1641. nbd-tool
  1642. nbd-unix
  1643. netkat
  1644. netlink >= "0.3.4"
  1645. netsnmp
  1646. neural_nets_lib < "0.5.2"
  1647. nice_parser
  1648. ninja_utils
  1649. niru
  1650. nloge
  1651. nlopt
  1652. nmea
  1653. noCanren >= "0.3.0~alpha1"
  1654. nocoiner
  1655. node_of_ocaml
  1656. noise
  1657. nomad
  1658. non_empty_list
  1659. nottui
  1660. nottui-lwt
  1661. nottui-pretty
  1662. nottui-unix
  1663. notty >= "0.2.3"
  1664. notty-community
  1665. notty_async >= "v0.12.0"
  1666. np
  1667. npy >= "0.0.9"
  1668. nsq
  1669. numeric_string
  1670. nuscr
  1671. OCADml
  1672. OCanren
  1673. OCanren-ppx
  1674. OSCADml
  1675. obatcher
  1676. obeam
  1677. obelisk >= "0.5.0"
  1678. obuilder
  1679. obuilder-spec
  1680. obus >= "1.2.0"
  1681. ocal >= "0.2.2"
  1682. ocaml-canvas
  1683. ocaml-compiler-libs >= "v0.12.0"
  1684. ocaml-embed-file
  1685. ocaml-in-python
  1686. ocaml-index
  1687. ocaml-lsp-server
  1688. ocaml-lua
  1689. ocaml-migrate-parsetree
  1690. ocaml-migrate-parsetree-ocamlbuild
  1691. ocaml-monadic >= "0.4.1"
  1692. ocaml-print-intf
  1693. ocaml-probes
  1694. ocaml-protoc >= "2.0.1"
  1695. ocaml-protoc-plugin
  1696. ocaml-r >= "0.1.1"
  1697. ocaml-sat-solvers >= "0.8"
  1698. ocaml-syntax-shims
  1699. ocaml-systemd >= "1.3"
  1700. ocaml-top >= "1.2.0"
  1701. ocaml-vdom < "transition"
  1702. ocaml-version >= "3.5.0"
  1703. ocaml_db_model
  1704. ocaml_intrinsics
  1705. ocaml_intrinsics_kernel
  1706. ocaml_openapi_generator
  1707. ocaml_pgsql_model
  1708. ocaml_plugin
  1709. ocamlapi
  1710. ocamlapi_async
  1711. ocamlapi_lwt_unix
  1712. ocamlapi_ppx
  1713. ocamlc-loc < "3.19.0"
  1714. ocamlcodoc
  1715. ocamldiff >= "1.2"
  1716. ocamlformat >= "0.24.1"
  1717. ocamlformat-lib
  1718. ocamlformat-mlx
  1719. ocamlformat-mlx-lib
  1720. ocamlformat-rpc < "removed"
  1721. ocamlformat-rpc-lib
  1722. ocamlfuse
  1723. ocamlgraph >= "2.0.0"
  1724. ocamlgraph_gtk
  1725. ocamline
  1726. ocamlmerlin-mlx < "0.10"
  1727. ocamlmig
  1728. ocamlog
  1729. ocamlregextkit
  1730. ocannl_npy
  1731. ocb
  1732. ocf >= "0.8.0" & < "1.0.0"
  1733. ocf_ppx < "1.0.0"
  1734. ockt
  1735. ocluster != "0.2"
  1736. ocluster-api
  1737. ocluster-worker
  1738. ocolor
  1739. ocp-browser >= "1.1.9"
  1740. ocp-indent >= "1.7.0" & < "1.9.0"
  1741. ocp-indent-nlfork
  1742. ocp-index >= "1.1.9"
  1743. ocp-search
  1744. ocp_reveal
  1745. ocplib-endian >= "1.1"
  1746. ocplib-json-typed-browser
  1747. ocplib-json-typed-bson
  1748. ocplib-simplex >= "0.5"
  1749. ocplib_stuff >= "0.4.0"
  1750. ocsigen-i18n >= "4.0.0"
  1751. ocsigen-ppx-rpc
  1752. ocsigenserver >= "4.0.1"
  1753. ocsipersist
  1754. ocsipersist-dbm
  1755. ocsipersist-dbm-config
  1756. ocsipersist-lib
  1757. ocsipersist-pgsql
  1758. ocsipersist-pgsql-config
  1759. ocsipersist-sqlite
  1760. ocsipersist-sqlite-config
  1761. octavius >= "1.2.2"
  1762. octez-accuser-Proxford >= "19.0"
  1763. octez-accuser-PsParisC
  1764. octez-accuser-PtLimaPt
  1765. octez-accuser-PtMumbai
  1766. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1767. octez-accuser-PtParisB
  1768. octez-alcotezt >= "19.0"
  1769. octez-baker-Proxford >= "19.0"
  1770. octez-baker-PsParisC
  1771. octez-baker-PtLimaPt
  1772. octez-baker-PtMumbai
  1773. octez-baker-PtNairob < "18.0" | >= "19.0"
  1774. octez-baker-PtParisB
  1775. octez-client < "18.0" | >= "19.0"
  1776. octez-codec < "18.0" | >= "19.0"
  1777. octez-crawler < "18.0" | >= "19.0"
  1778. octez-dac-client >= "19.0"
  1779. octez-dac-node >= "19.0"
  1780. octez-dal-node
  1781. octez-distributed-internal >= "19.0"
  1782. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1783. octez-injector < "18.0" | >= "19.0"
  1784. octez-internal-libs
  1785. octez-l2-libs >= "19.0"
  1786. octez-libs >= "19.0"
  1787. octez-node < "18.0" | >= "19.0"
  1788. octez-node-config < "18.0" | >= "19.0"
  1789. octez-plompiler
  1790. octez-plonk
  1791. octez-proto-libs >= "19.0"
  1792. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1793. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1794. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1795. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1796. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1797. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1798. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1799. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1800. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1801. octez-protocol-009-PsFLoren-libs >= "19.0"
  1802. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1803. octez-protocol-011-PtHangz2-libs >= "19.0"
  1804. octez-protocol-012-Psithaca-libs >= "19.0"
  1805. octez-protocol-013-PtJakart-libs >= "19.0"
  1806. octez-protocol-014-PtKathma-libs >= "19.0"
  1807. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1808. octez-protocol-016-PtMumbai-libs >= "19.0"
  1809. octez-protocol-017-PtNairob-libs >= "19.0"
  1810. octez-protocol-018-Proxford-libs >= "19.0"
  1811. octez-protocol-019-PtParisB-libs
  1812. octez-protocol-020-PsParisC-libs
  1813. octez-protocol-alpha-libs >= "19.0"
  1814. octez-protocol-compiler < "18.0" | >= "19.0"
  1815. octez-proxy-server < "18.0" | >= "19.0"
  1816. octez-rpc-process
  1817. octez-shell-libs >= "19.0"
  1818. octez-signer < "18.0" | >= "19.0"
  1819. octez-smart-rollup-client-PtMumbai
  1820. octez-smart-rollup-client-PtNairob < "18.0"
  1821. octez-smart-rollup-node != "18.1"
  1822. octez-smart-rollup-node-alpha >= "19.0"
  1823. octez-smart-rollup-node-lib >= "19.0"
  1824. octez-smart-rollup-node-Proxford >= "19.0"
  1825. octez-smart-rollup-node-PsParisC
  1826. octez-smart-rollup-node-PtMumbai
  1827. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1828. octez-smart-rollup-node-PtParisB
  1829. octez-smart-rollup-wasm-benchmark-lib
  1830. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1831. octez-smart-rollup-wasm-debugger-lib
  1832. octez-smart-rollup-wasm-debugger-plugin
  1833. octez-tx-rollup-client-PtLimaPt
  1834. octez-tx-rollup-node-PtLimaPt
  1835. octez-version >= "19.0"
  1836. ocue
  1837. odash
  1838. odate
  1839. odds >= "1.1"
  1840. odep
  1841. odepack >= "0.6.9"
  1842. odnnr
  1843. odoc < "3.1.0"
  1844. odoc-driver < "3.1.0"
  1845. odoc-md < "3.1.0"
  1846. odoc-parser < "3.1.0"
  1847. oepub
  1848. of_json
  1849. offheap
  1850. oframl
  1851. ogg >= "1.0.0"
  1852. ohex
  1853. oidc
  1854. ojo
  1855. ojs
  1856. ojs_base
  1857. ojs_base_all
  1858. ojs_base_ppx
  1859. ojs_ed
  1860. ojs_filetree
  1861. ojs_list
  1862. olinq >= "0.3"
  1863. oma
  1864. omd >= "1.3.2"
  1865. ometrics
  1866. omg
  1867. omigrate
  1868. omlr >= "1.0.3"
  1869. omtl
  1870. oneffs
  1871. oniguruma
  1872. opam-0install
  1873. opam-0install-cudf
  1874. opam-bin >= "1.0.0"
  1875. opam-build
  1876. opam-check-npm-deps
  1877. opam-client >= "2.0.2"
  1878. opam-compiler
  1879. opam-core >= "2.0.2"
  1880. opam-custom-install
  1881. opam-devel >= "2.0.2"
  1882. opam-dune-lint >= "0.3"
  1883. opam-ed >= "0.4"
  1884. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0~alpha1"
  1885. opam-format >= "2.0.2"
  1886. opam-graph
  1887. opam-grep >= "0.2.0"
  1888. opam-installer >= "2.0.2"
  1889. opam-monorepo
  1890. opam-package-upgrade >= "0.2"
  1891. opam-publish >= "2.0.2"
  1892. opam-repository >= "2.0.2"
  1893. opam-solver >= "2.0.2"
  1894. opam-spin
  1895. opam-state >= "2.0.2"
  1896. opam-test
  1897. opam_bin_lib != "0.9.5"
  1898. opasswd
  1899. opatch
  1900. opazl
  1901. openai
  1902. openai-gym
  1903. openapi
  1904. openapi-opium
  1905. openapi_router
  1906. opencc0
  1907. opencc1
  1908. opencc1_1
  1909. openQASM
  1910. openstellina
  1911. opentelemetry
  1912. opentelemetry-client-cohttp-eio
  1913. opentelemetry-client-cohttp-lwt
  1914. opentelemetry-client-ocurl
  1915. opentelemetry-cohttp-lwt
  1916. opentelemetry-logs
  1917. opentelemetry-lwt
  1918. opine
  1919. opium
  1920. opium-graphql
  1921. opium-testing
  1922. opium_kernel >= "0.17.0"
  1923. oplot
  1924. oplsr
  1925. opomodoro
  1926. opsian
  1927. optal
  1928. opti
  1929. optimization1d >= "0.6.1"
  1930. optiml-transport
  1931. optint
  1932. opus
  1933. oraft
  1934. oranger >= "2.0.1"
  1935. orb
  1936. order-i3-xfce
  1937. ordering < "3.19.0"
  1938. ordinal
  1939. ordinal_abbreviation
  1940. ordma >= "0.0.5"
  1941. orec >= "1.0.1"
  1942. orewa
  1943. orf
  1944. orgeat
  1945. orpie
  1946. orrandomForest
  1947. orsvm_e1071 >= "4.0.0"
  1948. ortac-core
  1949. ortac-dune
  1950. ortac-qcheck-stm
  1951. ortac-runtime
  1952. ortac-runtime-qcheck-stm
  1953. ortac-wrapper
  1954. orthologic-coq
  1955. orxgboost >= "1.1.0"
  1956. osc >= "0.2.0"
  1957. osc-lwt
  1958. osc-unix
  1959. osdp >= "1.1.1"
  1960. oseq >= "0.2"
  1961. osh
  1962. oskel
  1963. osnap
  1964. ostap >= "0.6"
  1965. osx-secure-transport
  1966. otaglibc
  1967. otf
  1968. otoggl
  1969. otoml
  1970. otr
  1971. ounit = "2.1.2"
  1972. ounit-lwt < "2.2.0"
  1973. ounit2
  1974. ounit2-lwt
  1975. override
  1976. owee
  1977. owi
  1978. owl >= "0.4.0" & < "1.2"
  1979. owl-base >= "0.4.0" & < "1.2"
  1980. owl-jupyter
  1981. owl-ode
  1982. owl-ode-base
  1983. owl-ode-odepack
  1984. owl-ode-sundials
  1985. owl-opt
  1986. owl-opt-lbfgs
  1987. owl-plplot < "1.1"
  1988. owl-symbolic
  1989. owl-top >= "0.4.0" & < "1.2"
  1990. owl-zoo >= "0.4.0"
  1991. owork
  1992. ozulip
  1993. p4pp
  1994. p5scm
  1995. packstream
  1996. pacomb
  1997. paf
  1998. paf-cohttp
  1999. pam
  2000. pancake
  2001. pandoc
  2002. pandoc-abbreviations
  2003. pandoc-comment
  2004. pandoc-crossref
  2005. pandoc-include
  2006. pandoc-inspect
  2007. pandoc-pdf2png
  2008. pandoc-replace
  2009. papi >= "0.1.1"
  2010. par_incr
  2011. parany >= "9.0.0"
  2012. pardi >= "2.0.2"
  2013. pari
  2014. pari-bindings
  2015. parmap >= "1.1.1"
  2016. parsexp >= "v0.12.0"
  2017. parsexp_io
  2018. parsite
  2019. parsley
  2020. passage
  2021. patch
  2022. patdiff >= "v0.12.1"
  2023. path_glob
  2024. patience_diff
  2025. patricia-tree
  2026. pattern
  2027. pb
  2028. pb-plugin
  2029. pbkdf
  2030. pbrt
  2031. pbrt_services
  2032. pbrt_yojson
  2033. pcap-format >= "0.5.2"
  2034. pcrc
  2035. pcre >= "7.3.5"
  2036. pcre2
  2037. pds-reachability >= "0.2.2"
  2038. pecu >= "0.2"
  2039. petr4
  2040. petrol
  2041. pf-qubes
  2042. pg_query
  2043. pgocaml >= "4.0"
  2044. pgocaml_ppx
  2045. pgx >= "1.0"
  2046. pgx_async >= "1.0"
  2047. pgx_lwt >= "1.0"
  2048. pgx_lwt_mirage
  2049. pgx_lwt_unix
  2050. pgx_unix >= "1.0"
  2051. pgx_value_core
  2052. pgx_value_ptime
  2053. phantom-algebra >= "1.0.1"
  2054. phonetic
  2055. phylogenetics
  2056. piaf
  2057. picasso
  2058. picos
  2059. picos_aux
  2060. picos_io
  2061. picos_io_cohttp
  2062. picos_lwt
  2063. picos_meta
  2064. picos_mux
  2065. picos_std
  2066. piece_rope
  2067. piqi >= "0.7.8"
  2068. piqilib >= "0.6.16"
  2069. pixel_pusher
  2070. pkcs11 >= "0.18.0"
  2071. pkcs11-cli
  2072. pkcs11-driver
  2073. pkcs11-rev
  2074. pla >= "1.3"
  2075. plateau
  2076. plato
  2077. plebeia
  2078. plist-xml
  2079. plist-xml-lwt
  2080. plotkicadsch
  2081. plotly
  2082. plplot >= "5.11.0-1"
  2083. polars
  2084. polars_async
  2085. polka
  2086. poll
  2087. polling_state_rpc
  2088. polly
  2089. polynomial
  2090. pomap
  2091. popper
  2092. portaudio >= "0.2.2"
  2093. portaudio_c_bindings
  2094. portmidi
  2095. posix-base
  2096. posix-bindings
  2097. posix-getopt >= "2.0.0"
  2098. posix-math2
  2099. posix-signal
  2100. posix-socket
  2101. posix-socket-unix
  2102. posix-time2
  2103. posix-types >= "2.0.0"
  2104. posix-uname
  2105. posixat
  2106. postgres_async
  2107. postgresql >= "4.4.1"
  2108. pp
  2109. pp-binary-ints
  2110. pp_loc
  2111. pprint >= "20200226"
  2112. ppx-owl-opt
  2113. ppx_accessor
  2114. ppx_assert
  2115. ppx_bap
  2116. ppx_base
  2117. ppx_bench
  2118. ppx_bin_prot
  2119. ppx_bitstring < "5.0.2"
  2120. ppx_blob >= "0.6.0"
  2121. ppx_camlrack
  2122. ppx_catch
  2123. ppx_cold
  2124. ppx_compare
  2125. ppx_compose >= "0.1.0"
  2126. ppx_const >= "2.0"
  2127. ppx_conv_func
  2128. ppx_counters
  2129. ppx_css
  2130. ppx_cstruct
  2131. ppx_cstubs
  2132. ppx_csv_conv
  2133. ppx_custom_printf
  2134. ppx_decimal
  2135. ppx_default
  2136. ppx_defer >= "0.4.0"
  2137. ppx_demo
  2138. ppx_derive_at_runtime
  2139. ppx_derivers >= "1.2.1"
  2140. ppx_deriving >= "4.5-1"
  2141. ppx_deriving_cad
  2142. ppx_deriving_cmdliner >= "0.5.1"
  2143. ppx_deriving_decoders
  2144. ppx_deriving_encoding
  2145. ppx_deriving_ezjsonm
  2146. ppx_deriving_hardcaml
  2147. ppx_deriving_hash
  2148. ppx_deriving_json_schema
  2149. ppx_deriving_jsoo
  2150. ppx_deriving_madcast >= "0.2"
  2151. ppx_deriving_popper
  2152. ppx_deriving_protobuf
  2153. ppx_deriving_qcheck
  2154. ppx_deriving_rpc
  2155. ppx_deriving_scad
  2156. ppx_deriving_variant_string
  2157. ppx_deriving_yaml
  2158. ppx_deriving_yojson
  2159. ppx_diff
  2160. ppx_disable_unused_warnings
  2161. ppx_distr_guards >= "0.2"
  2162. ppx_dream_eml
  2163. ppx_embed_file
  2164. ppx_enumerate
  2165. ppx_expect
  2166. ppx_expect_nobase
  2167. ppx_factory
  2168. ppx_fail
  2169. ppx_fields_conv
  2170. ppx_fixed_literal
  2171. ppx_format
  2172. ppx_fun
  2173. ppx_gen_rec >= "1.1.0"
  2174. ppx_getenv >= "2.0"
  2175. ppx_globalize
  2176. ppx_hardcaml
  2177. ppx_hash
  2178. ppx_here
  2179. ppx_ignore_instrumentation
  2180. ppx_import
  2181. ppx_inline_alcotest
  2182. ppx_inline_test
  2183. ppx_inline_test_nobase
  2184. ppx_interact
  2185. ppx_irmin
  2186. ppx_jane
  2187. ppx_js_style
  2188. ppx_jsobject_conv
  2189. ppx_jsonaf_conv
  2190. ppx_let
  2191. ppx_log
  2192. ppx_lun
  2193. ppx_make
  2194. ppx_map
  2195. ppx_marshal
  2196. ppx_marshal_ext
  2197. ppx_matches
  2198. ppx_meta_conv
  2199. ppx_mica
  2200. ppx_minidebug
  2201. ppx_module_timer
  2202. ppx_monad
  2203. ppx_monoid >= "0.3.2"
  2204. ppx_mysql
  2205. ppx_mysql_identity
  2206. ppx_open
  2207. ppx_optcomp
  2208. ppx_optint
  2209. ppx_optional
  2210. ppx_parser
  2211. ppx_partial
  2212. ppx_pattern_bind
  2213. ppx_pbt
  2214. ppx_pipebang >= "v0.12.0"
  2215. ppx_protocol_conv
  2216. ppx_protocol_conv_json
  2217. ppx_protocol_conv_jsonm
  2218. ppx_protocol_conv_msgpack
  2219. ppx_protocol_conv_xml_light
  2220. ppx_protocol_conv_xmlm
  2221. ppx_protocol_conv_yaml
  2222. ppx_pyformat
  2223. ppx_python
  2224. ppx_quick_test
  2225. ppx_rapper
  2226. ppx_rapper_async
  2227. ppx_rapper_lwt
  2228. ppx_regexp >= "0.4.0"
  2229. ppx_repr
  2230. ppx_seq
  2231. ppx_sexp_conv
  2232. ppx_sexp_message
  2233. ppx_sexp_value
  2234. ppx_show
  2235. ppx_stable
  2236. ppx_stable_witness
  2237. ppx_string
  2238. ppx_string_conv
  2239. ppx_string_interpolation
  2240. ppx_subliner
  2241. ppx_system
  2242. ppx_test
  2243. ppx_there
  2244. ppx_tools >= "6.0+4.08.0"
  2245. ppx_tools_versioned
  2246. ppx_trace
  2247. ppx_ts
  2248. ppx_tydi
  2249. ppx_type_directed_value
  2250. ppx_typed_fields
  2251. ppx_typerep_conv
  2252. ppx_tyre
  2253. ppx_units
  2254. ppx_unreachable
  2255. ppx_update
  2256. ppx_variants_conv
  2257. ppx_viewpattern
  2258. ppx_wideopen
  2259. ppx_xml_conv
  2260. ppx_yojson
  2261. ppx_yojson_conv
  2262. ppx_yojson_conv_lib
  2263. ppxfind >= "1.3"
  2264. ppxlib
  2265. ppxlib-tools
  2266. ppxlib_jane
  2267. ppxx
  2268. pratter
  2269. prbnmcn-basic-structures
  2270. prbnmcn-cgrph
  2271. prbnmcn-clustering
  2272. prbnmcn-dagger
  2273. prbnmcn-dagger-gsl
  2274. prbnmcn-dagger-stats
  2275. prbnmcn-dagger-test
  2276. prbnmcn-gnuplot
  2277. prbnmcn-linalg
  2278. prbnmcn-mcts
  2279. prbnmcn-proptest
  2280. prbnmcn-stats
  2281. prbnmcn-ucb1
  2282. prc
  2283. preface
  2284. prelude
  2285. pretty_expressive
  2286. prettym
  2287. printbox >= "0.3"
  2288. printbox-ext-plot
  2289. printbox-html
  2290. printbox-md
  2291. printbox-text >= "0.6.1"
  2292. proc-smaps
  2293. process_limits
  2294. processor
  2295. producer
  2296. prof_spacetime
  2297. profiling
  2298. profunctor
  2299. progress < "0.5.0"
  2300. prom
  2301. prometheus >= "0.6"
  2302. prometheus-app >= "0.6"
  2303. prometheus-liquidsoap >= "2"
  2304. promise
  2305. promise_jsoo
  2306. promise_jsoo_lwt
  2307. protocell
  2308. protocol-9p >= "1.0.0"
  2309. protocol-9p-tool >= "1.0.0"
  2310. protocol-9p-unix >= "1.0.0"
  2311. protocol_version_header
  2312. prr
  2313. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2314. psq >= "0.1.1"
  2315. ptmap >= "2.0.5"
  2316. ptset
  2317. pulseaudio >= "0.1.4"
  2318. pure-html
  2319. pure-splitmix >= "0.3"
  2320. purl
  2321. pvec
  2322. py >= "1.1"
  2323. pyast
  2324. pyml >= "20210924"
  2325. pyml_bindgen >= "0.3.0"
  2326. pyre-ast
  2327. pythonlib
  2328. qbf >= "0.3"
  2329. qcheck >= "0.13"
  2330. qcheck-alcotest
  2331. qcheck-core
  2332. qcheck-lin < "0.10"
  2333. qcheck-multicoretests-util < "0.10"
  2334. qcheck-ounit
  2335. qcheck-stm < "0.10"
  2336. qinap
  2337. qiskit
  2338. qmp >= "0.19.0"
  2339. qrencode
  2340. qtest >= "2.10.1"
  2341. queenshead
  2342. quests
  2343. quick_print
  2344. quickjs
  2345. radamsa
  2346. radare2 >= "0.0.3"
  2347. randii
  2348. random
  2349. randomconv
  2350. randoml
  2351. range >= "0.8"
  2352. rangeSet
  2353. rankers
  2354. rawlink
  2355. rawlink-eio
  2356. rawlink-lwt
  2357. raygui < "1.4.0"
  2358. raylib < "1.4.0"
  2359. rdbg >= "1.196.12"
  2360. rdf >= "0.13.0" & < "1.1.0"
  2361. rdf_impls < "1.1.0"
  2362. rdf_json_ld < "1.1.0"
  2363. rdf_lwt < "1.1.0"
  2364. rdf_mysql < "1.1.0"
  2365. rdf_postgresql < "1.1.0"
  2366. rdf_ppx < "1.1.0"
  2367. re >= "1.9.0" & < "1.14.0"
  2368. re2 >= "v0.12.1"
  2369. re2_stable
  2370. re_parser
  2371. rea
  2372. reactiveData = "0.3.0"
  2373. reactjs-jsx-ppx
  2374. readline
  2375. reanalyze
  2376. reason < "3.17.2"
  2377. reason-react
  2378. reason-react-ppx
  2379. reason-standard
  2380. received
  2381. record_builder
  2382. records >= "1.0.0"
  2383. reddit_api_async
  2384. reddit_api_kernel
  2385. redirect
  2386. redis >= "0.4"
  2387. redis-async
  2388. redis-lwt >= "0.4"
  2389. redis-sync >= "0.4"
  2390. reed-solomon-erasure >= "1.0.2"
  2391. reedsolomon
  2392. refl
  2393. regenerate
  2394. regex_parser_intf
  2395. regrade
  2396. relude
  2397. remu_ts
  2398. reparse
  2399. reparse-lwt
  2400. reparse-lwt-unix
  2401. reparse-unix
  2402. repr
  2403. repr-bench
  2404. repr-fuzz
  2405. res >= "5.0.1"
  2406. res_tailwindcss
  2407. rescript-syntax
  2408. reshowcase
  2409. resource-pooling >= "1.1"
  2410. resource_cache
  2411. resp
  2412. resp-client
  2413. resp-mirage
  2414. resp-server >= "0.9"
  2415. resp-unix
  2416. resto
  2417. resto-acl
  2418. resto-cohttp
  2419. resto-cohttp-client
  2420. resto-cohttp-self-serving-client
  2421. resto-cohttp-server
  2422. resto-directory
  2423. resto-json
  2424. result
  2425. rfc1951 >= "0.8.1" & != "1.0.0"
  2426. rfc6287 >= "1.0.4"
  2427. rfc7748
  2428. rfsm >= "1.6-alpha-3"
  2429. rhythm
  2430. ringo
  2431. ringo-lwt
  2432. rio
  2433. riot
  2434. river
  2435. rock
  2436. rocq-core
  2437. rocq-devtools
  2438. rocq-runtime
  2439. rocqide
  2440. roman
  2441. root1d >= "0.5.1"
  2442. rope >= "0.6.2"
  2443. rosa
  2444. rosetta >= "0.2.0"
  2445. routes
  2446. rpc
  2447. rpc_parallel
  2448. rpclib
  2449. rpclib-async
  2450. rpclib-html
  2451. rpclib-js
  2452. rpclib-lwt
  2453. rsdd
  2454. rss
  2455. rtop < "3.17.2"
  2456. rtree
  2457. rungen
  2458. runtime_events_tools < "0.5.2"
  2459. rusage
  2460. rust-staticlib-gen
  2461. rust-staticlib-virtual
  2462. SourceCode_ASCII
  2463. SZXX
  2464. safemoney
  2465. safepass >= "3.1"
  2466. sail >= "0.15"
  2467. sail_c_backend
  2468. sail_coq_backend
  2469. sail_doc_backend
  2470. sail_latex_backend
  2471. sail_lean_backend
  2472. sail_lem_backend
  2473. sail_maker
  2474. sail_manifest
  2475. sail_ocaml_backend
  2476. sail_output
  2477. sail_smt_backend
  2478. sail_sv_backend
  2479. salsa20 >= "1.0.0"
  2480. salsa20-core >= "1.0.0"
  2481. samplerate >= "0.1.6"
  2482. sanddb >= "0.2"
  2483. sarek
  2484. sarif
  2485. satex
  2486. saturn
  2487. saturn_lockfree
  2488. satyrographos
  2489. scad_ml
  2490. scfg
  2491. scgi
  2492. scipy
  2493. scrypt-kdf
  2494. sd_logic
  2495. sdl-liquidsoap >= "3"
  2496. search
  2497. searchTree
  2498. secp256k1 >= "0.4.1"
  2499. secp256k1-internal
  2500. sedlex >= "2.0"
  2501. sek
  2502. sel
  2503. semantic_version
  2504. semaphore-compat
  2505. semv
  2506. semver >= "0.2.1"
  2507. semver2
  2508. sendmail
  2509. sendmail-lwt
  2510. sendmail-miou-unix
  2511. sendmail-mirage
  2512. sentry
  2513. seq < "base"
  2514. seqes
  2515. sequencer_table
  2516. serde
  2517. serde_debug
  2518. serde_derive
  2519. serde_json
  2520. serde_sexpr
  2521. serde_xml
  2522. serial
  2523. server-reason-react
  2524. session >= "0.4.1"
  2525. session-cohttp >= "0.4.1"
  2526. session-cohttp-async >= "0.4.1"
  2527. session-cohttp-lwt >= "0.4.1"
  2528. session-cookie
  2529. session-cookie-async
  2530. session-cookie-lwt
  2531. session-postgresql >= "0.4.1"
  2532. session-postgresql-async
  2533. session-postgresql-lwt
  2534. session-redis-lwt >= "0.4.1"
  2535. session-webmachine >= "0.4.1"
  2536. setcore >= "1.0.2"
  2537. sexp
  2538. sexp_decode
  2539. sexp_diff
  2540. sexp_diff_kernel
  2541. sexp_grammar
  2542. sexp_macro
  2543. sexp_pretty
  2544. sexp_select
  2545. sexp_string_quickcheck
  2546. sexplib >= "v0.12.0"
  2547. sexplib0 >= "v0.12.0"
  2548. sgf >= "1.0.1"
  2549. sha >= "1.13"
  2550. shades
  2551. shapefile
  2552. shared-block-ring
  2553. shared-memory-ring
  2554. shared-memory-ring-lwt
  2555. shared-secret >= "0.4"
  2556. shell
  2557. sherlodoc < "3.1.0"
  2558. shexp
  2559. shine >= "0.2.2"
  2560. shuttle
  2561. shuttle_http
  2562. shuttle_ssl
  2563. shuttle_websocket
  2564. sifun
  2565. signal
  2566. sihl
  2567. sihl-cache
  2568. sihl-contract
  2569. sihl-core
  2570. sihl-email
  2571. sihl-facade
  2572. sihl-persistence
  2573. sihl-queue
  2574. sihl-session
  2575. sihl-storage
  2576. sihl-token
  2577. sihl-type
  2578. sihl-user
  2579. sihl-web
  2580. simlog
  2581. simple63
  2582. sitemap
  2583. sklearn
  2584. slack
  2585. slacko
  2586. slice
  2587. slipshow != "0.5.0"
  2588. slug
  2589. smart-print >= "0.3.0"
  2590. smaws-clients
  2591. smaws-lib
  2592. smbc
  2593. smol
  2594. smol-helpers
  2595. smtlib-utils
  2596. smtml < "0.10.0"
  2597. snappy >= "0.1.2"
  2598. snoke
  2599. so
  2600. sodium-fmt
  2601. solid < "0.5.0"
  2602. solid_server < "0.5.0"
  2603. solid_tools < "0.5.0"
  2604. solidity-alcotest
  2605. solidity-common
  2606. solidity-parser
  2607. solidity-test
  2608. solidity-typechecker
  2609. solo5-elftool
  2610. sortedseq_intersect
  2611. soundtouch >= "0.1.9"
  2612. soupault
  2613. spacetime_lib
  2614. spatial-shell
  2615. spawn < "v0.9.0" | >= "v0.13.0"
  2616. spdx_licenses
  2617. spectrum
  2618. speed
  2619. speex
  2620. spelll >= "0.4"
  2621. spices
  2622. spin
  2623. splay_tree
  2624. splittable_random
  2625. spoc
  2626. spoc_ppx
  2627. spoke
  2628. spotify-web-api
  2629. spotlib >= "4.1.0"
  2630. sqids
  2631. sqlgg >= "20200521"
  2632. sqlite3 >= "4.4.1"
  2633. sqlite3_utils
  2634. srt
  2635. ssh-agent >= "0.2.0"
  2636. ssl >= "0.5.6"
  2637. starpath
  2638. starred_ml
  2639. stdcompat >= "19"
  2640. stdint >= "0.6.0"
  2641. stdint-literals
  2642. stdio
  2643. stdlib-diff
  2644. stdlib-random
  2645. stdlib-shims
  2646. stdune < "3.19.0"
  2647. stitch
  2648. stk < "0.5.0"
  2649. stk_iconv < "0.5.0"
  2650. stk_ocf < "0.5.0"
  2651. stk_ppx < "0.5.0"
  2652. stk_rdf < "0.5.0"
  2653. stk_xml < "0.5.0"
  2654. stog >= "0.20.0"
  2655. stog_all
  2656. stog_asy
  2657. stog_dot
  2658. stog_extern
  2659. stog_markdown
  2660. stog_multi_doc
  2661. stog_nocaml
  2662. stog_noexec
  2663. stog_plugins
  2664. stog_rdf
  2665. stog_rel_href
  2666. stog_server
  2667. stog_server_multi
  2668. stog_sitemap
  2669. stog_writing
  2670. stone >= "0.5.2"
  2671. store
  2672. stored_reversed
  2673. stramon-lib
  2674. streamable
  2675. streaming
  2676. string_dict
  2677. stringCodepointSplitter
  2678. stringext >= "1.6.0"
  2679. stringx
  2680. sturgeon >= "0.4.2"
  2681. styled-ppx
  2682. subprocess
  2683. subscriptions-transport-ws
  2684. subtype-refinement >= "0.2"
  2685. sun
  2686. svmwrap
  2687. swagger >= "0.2.0"
  2688. swhid
  2689. swhid_compute
  2690. swhid_core
  2691. swhid_types
  2692. swipl
  2693. syguslib-utils
  2694. synchronizer
  2695. syncweb
  2696. syndic >= "1.6.0"
  2697. synopsis
  2698. sys-socket
  2699. sys-socket-unix
  2700. syslog >= "2.0.1"
  2701. syslog-message >= "1.0.0"
  2702. syslog-rfc5424 < "0.2"
  2703. systemverilog >= "0.0.2"
  2704. TCSLib >= "0.5"
  2705. tablecloth-base
  2706. tablecloth-melange
  2707. tablecloth-native < "transition"
  2708. tabr
  2709. taglib >= "0.3.7"
  2710. talaria-bibtex
  2711. tar
  2712. tar-eio
  2713. tar-mirage
  2714. tar-unix
  2715. tcalc
  2716. tcpip
  2717. tdigest
  2718. telemetry
  2719. telltime
  2720. tensorboard
  2721. term-indexing
  2722. term-tools
  2723. terminal < "0.5.0"
  2724. terminal_size >= "0.1.4"
  2725. terminus
  2726. terminus-cohttp
  2727. terminus-hlc
  2728. terml
  2729. testo
  2730. testo-diff
  2731. testo-lwt
  2732. testo-util
  2733. testu01
  2734. textmate-language
  2735. textrazor
  2736. textutils
  2737. textutils_kernel
  2738. textwrap >= "0.2.1"
  2739. tezos-baking-015-PtLimaPt
  2740. tezos-baking-015-PtLimaPt-commands
  2741. tezos-baking-016-PtMumbai
  2742. tezos-baking-016-PtMumbai-commands
  2743. tezos-baking-017-PtNairob
  2744. tezos-baking-017-PtNairob-commands
  2745. tezos-baking-alpha
  2746. tezos-baking-alpha-commands
  2747. tezos-base
  2748. tezos-base-test-helpers
  2749. tezos-base58
  2750. tezos-benchmark >= "19.0"
  2751. tezos-bls12-381-polynomial
  2752. tezos-clic
  2753. tezos-client-000-Ps9mPmXa
  2754. tezos-client-001-PtCJ7pwo
  2755. tezos-client-002-PsYLVpVv
  2756. tezos-client-003-PsddFKi3
  2757. tezos-client-004-Pt24m4xi
  2758. tezos-client-005-PsBabyM1
  2759. tezos-client-006-PsCARTHA
  2760. tezos-client-007-PsDELPH1
  2761. tezos-client-008-PtEdo2Zk
  2762. tezos-client-009-PsFLoren
  2763. tezos-client-010-PtGRANAD
  2764. tezos-client-011-PtHangz2
  2765. tezos-client-012-Psithaca
  2766. tezos-client-013-PtJakart
  2767. tezos-client-014-PtKathma
  2768. tezos-client-015-PtLimaPt
  2769. tezos-client-016-PtMumbai
  2770. tezos-client-017-PtNairob
  2771. tezos-client-alpha
  2772. tezos-client-base
  2773. tezos-client-base-unix
  2774. tezos-client-commands
  2775. tezos-client-demo-counter < "18.0" | >= "19.0"
  2776. tezos-client-genesis < "18.0" | >= "19.0"
  2777. tezos-context
  2778. tezos-context-hash
  2779. tezos-context-hash-irmin
  2780. tezos-context-ops
  2781. tezos-crypto
  2782. tezos-crypto-dal
  2783. tezos-dac-client-lib >= "19.0"
  2784. tezos-dac-lib >= "19.0"
  2785. tezos-dac-node-lib >= "19.0"
  2786. tezos-dal-node-lib < "18.0" | >= "19.0"
  2787. tezos-dal-node-services < "18.0" | >= "19.0"
  2788. tezos-embedded-protocol-000-Ps9mPmXa
  2789. tezos-embedded-protocol-001-PtCJ7pwo
  2790. tezos-embedded-protocol-002-PsYLVpVv
  2791. tezos-embedded-protocol-003-PsddFKi3
  2792. tezos-embedded-protocol-004-Pt24m4xi
  2793. tezos-embedded-protocol-005-PsBABY5H
  2794. tezos-embedded-protocol-005-PsBabyM1
  2795. tezos-embedded-protocol-006-PsCARTHA
  2796. tezos-embedded-protocol-007-PsDELPH1
  2797. tezos-embedded-protocol-008-PtEdo2Zk
  2798. tezos-embedded-protocol-008-PtEdoTez
  2799. tezos-embedded-protocol-009-PsFLoren
  2800. tezos-embedded-protocol-010-PtGRANAD
  2801. tezos-embedded-protocol-011-PtHangz2
  2802. tezos-embedded-protocol-012-Psithaca
  2803. tezos-embedded-protocol-013-PtJakart
  2804. tezos-embedded-protocol-014-PtKathma
  2805. tezos-embedded-protocol-015-PtLimaPt
  2806. tezos-embedded-protocol-016-PtMumbai
  2807. tezos-embedded-protocol-017-PtNairob
  2808. tezos-embedded-protocol-alpha
  2809. tezos-embedded-protocol-demo-counter
  2810. tezos-embedded-protocol-demo-noops
  2811. tezos-embedded-protocol-genesis
  2812. tezos-error-monad
  2813. tezos-event-logging
  2814. tezos-event-logging-test-helpers
  2815. tezos-hacl-glue
  2816. tezos-hacl-glue-unix
  2817. tezos-injector-015-PtLimaPt
  2818. tezos-injector-016-PtMumbai
  2819. tezos-layer2-store
  2820. tezos-layer2-utils-016-PtMumbai
  2821. tezos-layer2-utils-017-PtNairob
  2822. tezos-lazy-containers
  2823. tezos-lwt-result-stdlib < "16.0"
  2824. tezos-micheline
  2825. tezos-mockup
  2826. tezos-mockup-commands
  2827. tezos-mockup-proxy
  2828. tezos-mockup-registration
  2829. tezos-openapi
  2830. tezos-p2p
  2831. tezos-p2p-services
  2832. tezos-plompiler
  2833. tezos-plonk
  2834. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2835. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2836. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2837. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2838. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2839. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2840. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2841. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2842. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2843. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2844. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2845. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2846. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2847. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2848. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2849. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2850. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2851. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2852. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2853. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2854. tezos-protocol-018-Proxford >= "19.0"
  2855. tezos-protocol-019-PtParisB
  2856. tezos-protocol-020-PsParisC
  2857. tezos-protocol-alpha < "18.0" | >= "19.0"
  2858. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2859. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2860. tezos-protocol-environment
  2861. tezos-protocol-environment-packer
  2862. tezos-protocol-environment-sigs
  2863. tezos-protocol-environment-structs
  2864. tezos-protocol-genesis < "18.0" | >= "19.0"
  2865. tezos-protocol-plugin-007-PsDELPH1
  2866. tezos-protocol-plugin-007-PsDELPH1-registerer
  2867. tezos-protocol-plugin-008-PtEdo2Zk
  2868. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2869. tezos-protocol-plugin-009-PsFLoren
  2870. tezos-protocol-plugin-009-PsFLoren-registerer
  2871. tezos-protocol-plugin-010-PtGRANAD
  2872. tezos-protocol-plugin-010-PtGRANAD-registerer
  2873. tezos-protocol-plugin-011-PtHangz2
  2874. tezos-protocol-plugin-011-PtHangz2-registerer
  2875. tezos-protocol-plugin-012-Psithaca
  2876. tezos-protocol-plugin-012-Psithaca-registerer
  2877. tezos-protocol-plugin-013-PtJakart
  2878. tezos-protocol-plugin-013-PtJakart-registerer
  2879. tezos-protocol-plugin-014-PtKathma
  2880. tezos-protocol-plugin-014-PtKathma-registerer
  2881. tezos-protocol-plugin-015-PtLimaPt
  2882. tezos-protocol-plugin-015-PtLimaPt-registerer
  2883. tezos-protocol-plugin-016-PtMumbai
  2884. tezos-protocol-plugin-016-PtMumbai-registerer
  2885. tezos-protocol-plugin-017-PtNairob
  2886. tezos-protocol-plugin-017-PtNairob-registerer
  2887. tezos-protocol-plugin-alpha
  2888. tezos-protocol-plugin-alpha-registerer
  2889. tezos-protocol-updater
  2890. tezos-proxy
  2891. tezos-proxy-server-config < "18.0" | >= "19.0"
  2892. tezos-requester
  2893. tezos-rpc
  2894. tezos-rpc-http
  2895. tezos-rpc-http-client
  2896. tezos-rpc-http-client-unix
  2897. tezos-rpc-http-server
  2898. tezos-sapling
  2899. tezos-scoru-wasm
  2900. tezos-scoru-wasm-fast
  2901. tezos-scoru-wasm-helpers
  2902. tezos-shell
  2903. tezos-shell-context
  2904. tezos-shell-services
  2905. tezos-shell-services-test-helpers
  2906. tezos-signer-backends
  2907. tezos-signer-services
  2908. tezos-smart-rollup-016-PtMumbai
  2909. tezos-smart-rollup-017-PtNairob
  2910. tezos-smart-rollup-alpha
  2911. tezos-smart-rollup-layer2-016-PtMumbai
  2912. tezos-smart-rollup-layer2-017-PtNairob
  2913. tezos-stdlib-unix
  2914. tezos-store
  2915. tezos-test-helpers < "16.0"
  2916. tezos-test-helpers-extra
  2917. tezos-test-services
  2918. tezos-tree-encoding
  2919. tezos-tx-rollup-015-PtLimaPt
  2920. tezos-validation
  2921. tezos-version
  2922. tezos-webassembly-interpreter
  2923. tezos-webassembly-interpreter-extra
  2924. tezos-workers
  2925. tezt < "4.3.0"
  2926. tezt-bam
  2927. tezt-tezos != "18.1"
  2928. theora
  2929. thread-local-storage
  2930. thread-table
  2931. thrift
  2932. tidy >= "5-0.2"
  2933. tidy_email
  2934. tidy_email_mailgun
  2935. tidy_email_sendgrid
  2936. tidy_email_smtp
  2937. tilde_f
  2938. time_now
  2939. timed >= "1.1"
  2940. timedesc
  2941. timedesc-json
  2942. timedesc-sexp
  2943. timedesc-tzdb
  2944. timedesc-tzlocal
  2945. timedesc-tzlocal-js
  2946. timere
  2947. timere-parse
  2948. timezone
  2949. timmy
  2950. timmy-jsoo
  2951. timmy-lwt
  2952. timmy-unix
  2953. tiny_httpd
  2954. tiny_httpd_camlzip
  2955. tip-parser >= "0.4"
  2956. tldr
  2957. tls >= "0.12.8"
  2958. tls-async
  2959. tls-eio
  2960. tls-liquidsoap
  2961. tls-lwt
  2962. tls-miou-unix
  2963. tls-mirage
  2964. toc
  2965. tofn
  2966. togglelog
  2967. toml
  2968. toml-cconv
  2969. toml_cconv
  2970. toplevel_backend
  2971. toplevel_expect_test
  2972. topojson
  2973. topojsone
  2974. topological_sort
  2975. torch
  2976. tqdm
  2977. trace
  2978. trace-fuchsia
  2979. trace-tef
  2980. tracing
  2981. tracy-client
  2982. trail
  2983. traits
  2984. trampoline
  2985. transept
  2986. traverse
  2987. travesty != "0.6.1"
  2988. trax >= "0.4.0"
  2989. tree_layout >= "0.2"
  2990. treeprint >= "2.3.0"
  2991. trexio
  2992. trie
  2993. trs
  2994. tsdl-image >= "0.3.0"
  2995. tsdl-mixer
  2996. tsdl-ttf >= "0.3"
  2997. tsort
  2998. tty
  2999. tube >= "4.4.0"
  3000. tuntap
  3001. twirp_cohttp_lwt_unix
  3002. twirp_core
  3003. twirp_ezcurl
  3004. twirp_tiny_httpd
  3005. twostep
  3006. tyabt
  3007. type_eq
  3008. type_id
  3009. typed_list
  3010. typeid
  3011. typerep >= "v0.12.0"
  3012. typeset
  3013. tyre >= "0.5"
  3014. tyxml >= "4.3.0"
  3015. tyxml-jsx
  3016. tyxml-lwd
  3017. tyxml-ppx >= "4.3.0"
  3018. tyxml-syntax
  3019. ubase
  3020. ubpf >= "0.2"
  3021. uecc >= "0.3"
  3022. uint >= "2.0.1"
  3023. ulid
  3024. um-abt
  3025. unidecode
  3026. unionFind
  3027. unisim_archisec
  3028. unison >= "2.51.4" & < "2.53.4"
  3029. universal-portal
  3030. universo
  3031. unix-errno >= "0.6.0"
  3032. unstrctrd
  3033. uopt
  3034. uri >= "2.2.1"
  3035. uri-bench
  3036. uri-re
  3037. uri-sexp
  3038. uring
  3039. uring-trace
  3040. uritemplate
  3041. urn
  3042. user-agent-parser
  3043. username_kernel
  3044. uspf
  3045. uspf-lwt
  3046. uspf-mirage
  3047. uspf-unix
  3048. utop
  3049. uuuu >= "0.1.1"
  3050. validate
  3051. validator
  3052. variantslib >= "v0.12.0"
  3053. varray
  3054. vcaml
  3055. vcardgen >= "1.2"
  3056. vchan
  3057. vchan-unix
  3058. vchan-xen
  3059. vdom
  3060. vec
  3061. vector
  3062. vector3 >= "1.0.0"
  3063. vendredi
  3064. vercel
  3065. versioned_polling_state_rpc
  3066. vhd-format >= "0.12.0"
  3067. vhd-format-lwt
  3068. vif
  3069. virtual_dom
  3070. virtual_dom_toplayer
  3071. visitors >= "20200207"
  3072. vlq >= "0.2.1"
  3073. vlt
  3074. vmnet
  3075. vocal
  3076. voqc
  3077. vorbis
  3078. vpt >= "5.0.0"
  3079. vscoq-language-server < "2.3.3"
  3080. vsrocq-language-server
  3081. vue-jsoo
  3082. vue-ppx
  3083. wall >= "0.4"
  3084. wasm >= "2.0.2"
  3085. wasmer
  3086. wasmtime
  3087. wayland
  3088. waylaunch
  3089. wcwidth
  3090. webauthn
  3091. weberizer >= "0.8"
  3092. webmachine >= "0.6.2"
  3093. websocket >= "2.12"
  3094. websocket-async >= "2.12"
  3095. websocket-lwt
  3096. websocket-lwt-unix
  3097. websocketaf
  3098. webtest
  3099. webtest-js
  3100. why3find
  3101. wikitext
  3102. win-error >= "1.0"
  3103. win-eventlog >= "0.3"
  3104. winsvc
  3105. ws
  3106. ws-server
  3107. wseg
  3108. wtf8 >= "1.0.2"
  3109. wtr
  3110. wtr-ppx
  3111. wu-manber-fuzzy-search
  3112. x509
  3113. x86_64-esperanto >= "0.0.6"
  3114. xapi-backtrace
  3115. xapi-inventory
  3116. xapi-rrd
  3117. xapi-stdext-date
  3118. xapi-stdext-encodings
  3119. xapi-stdext-pervasives
  3120. xapi-stdext-std
  3121. xapi-stdext-threads
  3122. xapi-stdext-unix
  3123. xapi-stdext-zerocheck
  3124. xcursor
  3125. xdg < "3.19.0"
  3126. xdg-basedir
  3127. xedbindings
  3128. xen-evtchn
  3129. xen-evtchn-unix
  3130. xen-gnt
  3131. xen-gnt-unix
  3132. xenstore
  3133. xenstore-tool
  3134. xenstore_transport >= "1.1.0"
  3135. xkbcommon
  3136. xlsx2csv
  3137. xmelly
  3138. xml-light >= "2.5"
  3139. xmldiff >= "0.7.0"
  3140. xmldiff_js
  3141. xmlplaylist >= "0.1.5"
  3142. xoshiro
  3143. xtmpl >= "0.19.0" & < "1.1.0"
  3144. xtmpl_js < "1.1.0"
  3145. xtmpl_ppx < "1.1.0"
  3146. yaml >= "1.0.0"
  3147. yaml-sexp
  3148. yara >= "0.2"
  3149. yocaml < "2.6.0"
  3150. yocaml_cmark
  3151. yocaml_cmarkit < "2.6.0"
  3152. yocaml_eio < "2.6.0"
  3153. yocaml_git < "2.6.0"
  3154. yocaml_jingoo < "2.6.0"
  3155. yocaml_markdown < "2.6.0"
  3156. yocaml_mustache < "2.6.0"
  3157. yocaml_omd < "2.6.0"
  3158. yocaml_otoml < "2.6.0"
  3159. yocaml_runtime < "2.6.0"
  3160. yocaml_syndication < "2.6.0"
  3161. yocaml_unix < "2.6.0"
  3162. yocaml_yaml < "2.6.0"
  3163. yojson >= "1.5.0"
  3164. yojson-bench
  3165. yojson-five
  3166. yurt >= "0.6"
  3167. yuscii >= "0.2.1"
  3168. yuujinchou
  3169. zanuda
  3170. zar
  3171. zarith-ppx
  3172. zarith_stubs_js
  3173. zarr
  3174. zarr-eio
  3175. zarr-lwt
  3176. zarr-sync
  3177. zed >= "2.0.6"
  3178. zeit
  3179. zelus
  3180. zelus-gtk
  3181. zipperposition
  3182. zipperposition-tools
  3183. zlib
  3184. zlist >= "0.4.0"
  3185. zmq >= "5.1.0"
  3186. zmq-async >= "5.1.0"
  3187. zmq-eio
  3188. zmq-lwt >= "5.1.0"
  3189. zstandard >= "v0.12.1"
  3190. zstd >= "0.3"
  3191. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"