package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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