package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 01 Aug 2023

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.3"

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