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